]> granicus.if.org Git - clang/commit
TryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToken can
authorChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2009 01:24:05 +0000 (01:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2009 01:24:05 +0000 (01:24 +0000)
commit7452c6fc567ea1799f617395d0fa4c7ed075e5d9
treecf8673af65634475376dc897ff1e3b5352368993
parent835c909696ecd1e1f128297089d1def8d1a6f7cd
TryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToken can
only be called when they might be needed now, so make them assert
that their current token is :: or identifier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61662 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/ParseTemplate.cpp
lib/Parse/Parser.cpp