]> granicus.if.org Git - clang/commit
When we're inside a functional cast, '>' is an operator. Fixes PR8912.
authorDouglas Gregor <dgregor@apple.com>
Tue, 11 Jan 2011 00:33:19 +0000 (00:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 11 Jan 2011 00:33:19 +0000 (00:33 +0000)
commitbc61bd8109d9accf8f966b59e3f16a1497e72adf
treed016f4d80701b35e17f8d8a4f0e82941b57a1bd9
parentb1fd0eb8abe0b972ab793edab1d6f5e976217178
When we're inside a functional cast, '>' is an operator. Fixes PR8912.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123201 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExprCXX.cpp
test/Parser/cxx-template-argument.cpp