Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
f9c191ae7698ba073ac13ef2b0cdca5644d35f04
/
lib
/
Lex
/
PPCaching.cpp
dd38485
Remove Preprocessor::CacheTokens boolean data member. The same functionality can be provided by using Preprocessor::isBacktrackEnabled().
by Argiris Kirtzidis
· 16 years ago
9cbfc1f
Use PushIncludeMacroStack() instead of manually manipulating the include stack.
by Ted Kremenek
· 16 years ago
0c93252
Introduce annotation tokens, a special kind of token, created and used only by the parser to replace a group of tokens with a single token encoding semantic information.
by Argiris Kirtzidis
· 16 years ago
1ad8ffb
Line endings: CRLF -> LF
by Argiris Kirtzidis
· 16 years ago
a586ce1
Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens.
by Argiris Kirtzidis
· 16 years ago
ee66a27
Change line endings: CRLF -> LF
by Argiris Kirtzidis
· 16 years ago
a9a0f4b
Allow nested backtracks.
by Argiris Kirtzidis
· 16 years ago
f55b110
Allow the preprocessor to cache the lexed tokens, so that we can do efficient lookahead and backtracking.
by Argiris Kirtzidis
· 16 years ago