aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/PTHLexer.h
AgeCommit message (Expand)Author
2009-01-27PTH: Use Token::setLiteralData() to directly store a pointer to cached spelli...Ted Kremenek
2009-01-18switch PTH lexer from using "const char*"s to "const unsigned char*"s Chris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2009-01-09Enhance PTH 'getSpelling' caching:Ted Kremenek
2009-01-08PTH: Hook up getSpelling() caching in PTHLexer. This results in a niceTed Kremenek
2009-01-08PTH:Ted Kremenek
2008-12-23PTH: Remove some methods and simplify some conditions in PTHLexer::Lex(). No...Ted Kremenek
2008-12-23PTH:Ted Kremenek
2008-12-19avoid using a typedef that isn't always included from headers.Chris Lattner
2008-12-17Change PTHLexer::getSourceLocation() to not call GetToken() and instead just ...Ted Kremenek
2008-12-17PTHLexer::isNextPPTokenLParen() no longer calls GetToken() and just reads the...Ted Kremenek
2008-12-12Added PTH optimization to not process entire blocks of tokens that appear in ...Ted Kremenek
2008-12-11PTHLexer: Keep track of the location of the last '#' token and provide the me...Ted Kremenek
2008-12-11Remove unused ivar CurTokenIdx.Ted Kremenek
2008-12-10PreprocessorLexer (and subclasses):Ted Kremenek
2008-12-03- Remove PTHManager.cpp. Move all of its functions to PTHLexer.cpp since som...Ted Kremenek
2008-11-27PTHLexer now owns the Token vector.Ted Kremenek
2008-11-21PTHLexer:Ted Kremenek
2008-11-20PTHLexer:Ted Kremenek
2008-11-20PTHLexer:Ted Kremenek
2008-11-20Added virtual method 'IndirectLex' to PTHLexer. This will likely get removed...Ted Kremenek
2008-11-20- Default initialize ParsingPreprocessorDirective, ParsingFilename, andTed Kremenek
2008-11-19Fix comment.Ted Kremenek
2008-11-19Add stub for PTHLexer::isNextPPTokenLParen().Ted Kremenek
2008-11-19When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine().Ted Kremenek
2008-11-12Move some diagnostic handling to PreprocessorLexer.Ted Kremenek
2008-11-12Add skeleton for PTH lexer.Ted Kremenek