summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPLexerChange.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add ugly "test harness" for PTHLexer that is not enabled by default. TheTed Kremenek2008-11-201-6/+49
* Make FIXME a hard assertion.Ted Kremenek2008-11-201-2/+6
* Preprocessor::getCurrentFileLexer() now returns a PreprocessorLexer* instead ofTed Kremenek2008-11-201-5/+6
* Move more cases of using 'CurLexer' to 'CurPPLexer'.Ted Kremenek2008-11-191-26/+35
* - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.Ted Kremenek2008-11-191-14/+5
* Revert 59574 (caused tests to fail).Ted Kremenek2008-11-191-5/+14
* - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.Ted Kremenek2008-11-191-14/+5
* - Add Lexer::isPragma() accessor for clients of Lexer that aren't friends.Ted Kremenek2008-11-181-8/+14
* - Add 'CurPPLexer' to Preprocessor to keep track of the currentTed Kremenek2008-11-181-0/+1
* Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ...Ted Kremenek2008-11-131-15/+13
* Use PushIncludeMacroStack/PopMacroStack instead of manually pushing/popping f...Ted Kremenek2008-11-131-14/+6
* Rename Characteristic_t to CharacteristicKindChris Lattner2008-10-271-2/+2
* Change FormTokenWithChars to take the token kind to form, since all clientsChris Lattner2008-10-121-2/+1
* clean up a bunch of fixme's I added, by moving Chris Lattner2008-09-261-8/+4
* Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfoChris Lattner2008-09-261-13/+9
* More #include cleaningDaniel Dunbar2008-08-111-1/+0
* Allow the preprocessor to cache the lexed tokens, so that we can do efficient...Argyrios Kyrtzidis2008-08-101-88/+0
* Convert CRLF -> LF line endings.Argyrios Kyrtzidis2008-07-121-21/+21
* Add Preprocessor::LookNext method, which implements an efficient way to 'take...Argyrios Kyrtzidis2008-07-091-0/+26
* Avoid overflowing buffer, patch by Algeris Kirtzidis!Chris Lattner2008-03-241-1/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+401
OpenPOWER on IntegriCloud