summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PTHLexer.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.Ted Kremenek2008-11-191-2/+2
| | | | | | | | | | | | | - Add variants of IsNonPragmaNonMacroLexer to accept an IncludeMacroStack entry (simplifies some uses). - Use IsNonPragmaNonMacroLexer in Preprocessor::LookupFile. - Add 'FileID' to PreprocessorLexer, and have Preprocessor query this fileid when looking up the FileEntry for a file Performance testing of -Eonly on Cocoa.h shows no performance regression because of this patch. llvm-svn: 59666
* Trivial tidyingChris Lattner2008-11-161-2/+0
| | | | llvm-svn: 59424
* Move some diagnostic handling to PreprocessorLexer.Ted Kremenek2008-11-121-4/+5
| | | | llvm-svn: 59191
* Add skeleton for PTH lexer.Ted Kremenek2008-11-121-0/+79
llvm-svn: 59169
OpenPOWER on IntegriCloud