]> granicus.if.org Git - clang/commit
PTHLexer:
authorTed Kremenek <kremenek@apple.com>
Fri, 21 Nov 2008 00:58:35 +0000 (00:58 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 21 Nov 2008 00:58:35 +0000 (00:58 +0000)
commitcd4e2aecde5bb7810715d5d5a88ac63ce7946f34
treee7146c6fc739408f5939fb05a858367f8b3dad64
parentbd71be4683c195260d5245118b1e13e6b2e20504
PTHLexer:
- Move out logic for handling the end-of-file to LexEndOfFile (to match the Lexer) class.  The logic now mirrors the Lexer class more, which allows us to pass most of the Preprocessor test cases.

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