]> granicus.if.org Git - clang/commit
push the call in isCXXDeclarationSpecifier to TryAnnotateTypeOrScopeToken
authorChris Lattner <sabre@nondot.org>
Sun, 4 Jan 2009 23:33:56 +0000 (23:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Jan 2009 23:33:56 +0000 (23:33 +0000)
commite584926b8602c26d442f34090dfd5293695f4af5
treee0555f38eb1f2885499e8e00ee02855747093de7
parenta7bc7c880f86bc180684ef032d06df51bcae7a23
push the call in isCXXDeclarationSpecifier to TryAnnotateTypeOrScopeToken
down into the two cases that it can possibly affect.  This avoids calls
to it that obviously can't do anything.

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