]> granicus.if.org Git - clang/commit
Teach TryAnnotateTypeOrScopeToken to deal with already-annotated
authorJohn McCall <rjmccall@apple.com>
Sat, 19 Dec 2009 00:35:18 +0000 (00:35 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 19 Dec 2009 00:35:18 +0000 (00:35 +0000)
commitae03cb5a84d13c7a0d4b21865bd63aabd18120d2
treedf8b6f36fe5b797911bc53c870c50f4bddda6a9c
parent27a9b72bf1e4fe9f1d3ee9a5db1b9d614b0ee01c
Teach TryAnnotateTypeOrScopeToken to deal with already-annotated
scope specifiers.  Fix a tentative parsing bug that came up in LLVM.
Incidentally fixes some random FIXMEs in an existing testcase.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91734 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseTentative.cpp
lib/Parse/Parser.cpp
test/Parser/cxx-ambig-paren-expr.cpp
test/SemaTemplate/metafun-apply.cpp