]> granicus.if.org Git - clang/commit
sink the call to TryAnnotateTypeOrScopeToken in
authorChris Lattner <sabre@nondot.org>
Sun, 4 Jan 2009 22:52:14 +0000 (22:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Jan 2009 22:52:14 +0000 (22:52 +0000)
commit74ba410e4df194f99021e4d2dda494c853444482
tree72bdab791be0b9f9c13e25d7ebbc229c428d78fa
parent6ec76d45bd3111013c357f16e08720407c2f9ae8
sink the call to TryAnnotateTypeOrScopeToken in
ParseCastExpression into the switch.  This gets it out of the hot
path through ParseCastExpression for all the non-identifier and
non-:: tokens.

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