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