Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
1b9ad143c163a8e18f8dc34e8cdabfa668a53aea
/
lib
/
Lex
/
PPLexerChange.cpp
acc5f3e
More #include cleaning
by Daniel Dunbar
· 16 years ago
03db1b3
Allow the preprocessor to cache the lexed tokens, so that we can do efficient lookahead and backtracking.
by Argyrios Kyrtzidis
· 16 years ago
63cf923
Convert CRLF -> LF line endings.
by Argyrios Kyrtzidis
· 16 years ago
9e0ed0b
Add Preprocessor::LookNext method, which implements an efficient way to 'take a peek' at the next token without consuming it.
by Argyrios Kyrtzidis
· 16 years ago
ea301e1
Avoid overflowing buffer, patch by Algeris Kirtzidis!
by Chris Lattner
· 17 years ago
bda0b62
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from Lex/PPLexerChange.cpp]
5f9e24c
add comments about some simple optimizations that may become
by Chris Lattner
· 17 years ago
6b88450
implement simple support for arbitrary token lookahead. Change the
by Chris Lattner
· 17 years ago
7d39d74
improve comment.
by Chris Lattner
· 17 years ago
1072509
move PP::LookupFile from PPLexerChange -> PPDirectives.cpp
by Chris Lattner
· 17 years ago
8c32b1a
Move a bunch more code out of Preprocessor.cpp into PPLexerChange.cpp
by Chris Lattner
· 17 years ago