]> granicus.if.org Git - clang/commit
Use token lookahead to simplify some code that is rarely executed.
authorChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 05:26:30 +0000 (05:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 05:26:30 +0000 (05:26 +0000)
commit5dcc6ce4a68b3bd4b89c5697c9728e1533e71e03
treec87ffb4d6edc980ebf03c54c4e22d9e63af9966b
parent5619688510185081cbb4621d703daf7ee24cf39a
Use token lookahead to simplify some code that is rarely executed.
Since it is rare, the cost is not significant and we enjoy the
simplification.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49263 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseExpr.cpp