PTHLexer::isNextPPTokenLParen() no longer calls GetToken() and just reads the...
PTHLexer::isNextPPTokenLParen() no longer calls GetToken() and just reads the token kind from the token data buffer. This results in a minor speedup and reduces the dependency on GetToken(). llvm-svn: 61168
Loading
Please register or sign in to comment