]> granicus.if.org Git - clang/commit
When creating the raw tokens for PTHLexer, make sure the token representing the file...
authorTed Kremenek <kremenek@apple.com>
Fri, 21 Nov 2008 20:51:15 +0000 (20:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 21 Nov 2008 20:51:15 +0000 (20:51 +0000)
commitd5a8f0bde67505851e0fa264e1ec4de8de8f5bc2
tree6efc16a667685f83606e31755ee0531e9e5d40e9
parentc840f0cbd9552a28adc548ee353303c4b838f61c
When creating the raw tokens for PTHLexer, make sure the token representing the file to include is checked for being an identifier.

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