]> granicus.if.org Git - clang/commit
Add Preprocessor::LookNext method, which implements an efficient way to 'take a peek...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 9 Jul 2008 22:46:46 +0000 (22:46 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 9 Jul 2008 22:46:46 +0000 (22:46 +0000)
commit9e0ed0bd5a3a7bac73973980ff32132a7724e674
tree5d270e415040308a46ac31f70d708996e840580d
parenta80e448eb2ebe10df43f77b9c8bf47fdf84274da
Add Preprocessor::LookNext method, which implements an efficient way to 'take a peek' at the next token without consuming it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53375 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Lex/PPLexerChange.cpp