index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Lex
/
PTHLexer.cpp
Age
Commit message (
Expand
)
Author
2009-01-09
Enhance PTH 'getSpelling' caching:
Ted Kremenek
2009-01-09
Invert assertion condition.
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: Use 3 bytes instead of 4 bytes to encode the persistent ID for a token.
Ted Kremenek
2008-12-23
Cosmetics: rename a variable and tighten spacing. No functionality change.
Ted Kremenek
2008-12-23
PTH:
Ted Kremenek
2008-12-23
PTH:
Ted Kremenek
2008-12-23
PTH:
Ted Kremenek
2008-12-18
Use '&' to test StartOfLine flag.
Ted Kremenek
2008-12-17
Rewrite PTHLexer::DiscardToEndOfLine() to not use GetToken and instead only r...
Ted Kremenek
2008-12-17
Change PTHLexer::getSourceLocation() to not call GetToken() and instead just ...
Ted Kremenek
2008-12-17
add a dropped word back
Chris Lattner
2008-12-17
Shadow CurPtr with a local variable in ReadToken.
Ted Kremenek
2008-12-12
PTH: Added minor 'sibling jumping' optimization for iterating over the side t...
Ted Kremenek
2008-12-12
Added PTH optimization to not process entire blocks of tokens that appear in ...
Ted Kremenek
2008-12-11
PTH:
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
Declare PerIDCache as IdentifierInfo** instead of void*. This is just cleane...
Ted Kremenek
2008-12-04
Remove unneeded assertion.
Ted Kremenek
2008-12-04
Use 'free' to release PerIDCache since it was allocated using calloc().
Ted Kremenek
2008-12-03
PTH:
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
In PTHLexer::DiscardToEndOfLine() use Lex() instead of AdvanceToken(). This ...
Ted Kremenek
2008-11-21
PTHLexer:
Ted Kremenek
2008-11-20
PTHLexer:
Ted Kremenek
2008-11-20
PTHLexer:
Ted Kremenek
2008-11-20
Rewrote PTHLexer::Lex by digging through the sources of Lexer again. Now we ...
Ted Kremenek
2008-11-20
- Default initialize ParsingPreprocessorDirective, ParsingFilename, and
Ted Kremenek
2008-11-20
Add (untested) implementation of PTHLexer::isNextPPTokenLParen() and PTHLexer...
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-19
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-16
Trivial tidying
Chris Lattner
2008-11-12
Move some diagnostic handling to PreprocessorLexer.
Ted Kremenek
2008-11-12
Add skeleton for PTH lexer.
Ted Kremenek