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
/
PPCaching.cpp
Age
Commit message (
Expand
)
Author
2009-11-12
Remove an overly-eager assertion when replacing tokens with an
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-26
fix segfault (because of erasing after the vector boundaries) when the cached...
Nuno Lopes
2009-01-26
This change refactors some of the low-level lexer interfaces a bit.
Chris Lattner
2008-11-19
Remove Preprocessor::CacheTokens boolean data member. The same functionality ...
Argyrios Kyrtzidis
2008-11-12
Use PushIncludeMacroStack() instead of manually manipulating the include stack.
Ted Kremenek
2008-11-08
Introduce annotation tokens, a special kind of token, created and used only b...
Argyrios Kyrtzidis
2008-09-05
Line endings: CRLF -> LF
Argyrios Kyrtzidis
2008-08-24
Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens.
Argyrios Kyrtzidis
2008-08-23
Change line endings: CRLF -> LF
Argyrios Kyrtzidis
2008-08-22
Allow nested backtracks.
Argyrios Kyrtzidis
2008-08-10
Allow the preprocessor to cache the lexed tokens, so that we can do efficient...
Argyrios Kyrtzidis