summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PTHLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* add a dropped word backChris Lattner2008-12-171-1/+1
* Shadow CurPtr with a local variable in ReadToken.Ted Kremenek2008-12-171-6/+12
* PTH: Added minor 'sibling jumping' optimization for iterating over the side t...Ted Kremenek2008-12-121-9/+37
* Added PTH optimization to not process entire blocks of tokens that appear in ...Ted Kremenek2008-12-121-13/+98
* PTH:Ted Kremenek2008-12-111-12/+18
* PTHLexer: Keep track of the location of the last '#' token and provide the me...Ted Kremenek2008-12-111-6/+9
* Remove unused ivar CurTokenIdx.Ted Kremenek2008-12-111-1/+1
* Declare PerIDCache as IdentifierInfo** instead of void*. This is just cleane...Ted Kremenek2008-12-101-2/+2
* Remove unneeded assertion.Ted Kremenek2008-12-041-1/+1
* Use 'free' to release PerIDCache since it was allocated using calloc().Ted Kremenek2008-12-041-1/+1
* PTH:Ted Kremenek2008-12-031-13/+23
* - Remove PTHManager.cpp. Move all of its functions to PTHLexer.cpp since som...Ted Kremenek2008-12-031-7/+241
* PTHLexer now owns the Token vector.Ted Kremenek2008-11-271-11/+4
* In PTHLexer::DiscardToEndOfLine() use Lex() instead of AdvanceToken(). This ...Ted Kremenek2008-11-211-1/+2
* PTHLexer:Ted Kremenek2008-11-211-14/+26
* PTHLexer:Ted Kremenek2008-11-201-0/+12
* PTHLexer:Ted Kremenek2008-11-201-19/+11
* Rewrote PTHLexer::Lex by digging through the sources of Lexer again. Now we ...Ted Kremenek2008-11-201-28/+37
* - Default initialize ParsingPreprocessorDirective, ParsingFilename, andTed Kremenek2008-11-201-15/+12
* Add (untested) implementation of PTHLexer::isNextPPTokenLParen() and PTHLexer...Ted Kremenek2008-11-201-4/+14
* Add stub for PTHLexer::isNextPPTokenLParen().Ted Kremenek2008-11-191-1/+6
* When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine().Ted Kremenek2008-11-191-0/+7
* - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.Ted Kremenek2008-11-191-2/+2
* Trivial tidyingChris Lattner2008-11-161-2/+0
* Move some diagnostic handling to PreprocessorLexer.Ted Kremenek2008-11-121-4/+5
* Add skeleton for PTH lexer.Ted Kremenek2008-11-121-0/+79
OpenPOWER on IntegriCloud