]> granicus.if.org Git - clang/commit
in Preprocessor::AdvanceToTokenCharacter, don't actually bother
authorChris Lattner <sabre@nondot.org>
Sat, 17 Jan 2009 07:57:25 +0000 (07:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Jan 2009 07:57:25 +0000 (07:57 +0000)
commit28c90ad7ef7c609a0b10c2f68b519ef69e7084d1
tree515d44992ff6c9c26fc47658251b1b51d4a7cc2e
parent0770dabb1ae81a2a9c2e7199262067103062a0b3
in Preprocessor::AdvanceToTokenCharacter, don't actually bother
creating a whole lexer when we just want one static method.

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