]> granicus.if.org Git - clang/commit
Fix a tentative-parse error with unqualified template ids in cast expressions.
authorJohn McCall <rjmccall@apple.com>
Fri, 30 Apr 2010 03:11:01 +0000 (03:11 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 30 Apr 2010 03:11:01 +0000 (03:11 +0000)
commit51e2a5d45d321c53355fe038b3a3e7a2f502afa4
tree31a351bd6637f71ed13b2c36698c54d497ff73e8
parentcf00ac81354b397d12e528cd87b06f86b3b85197
Fix a tentative-parse error with unqualified template ids in cast expressions.
Also resolve a long-working FIXME in the test case I modified.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102688 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseTentative.cpp
test/Parser/cxx-casting.cpp