1. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  2. 03db1b3 Allow the preprocessor to cache the lexed tokens, so that we can do efficient lookahead and backtracking. by Argyrios Kyrtzidis · 16 years ago
  3. 63cf923 Convert CRLF -> LF line endings. by Argyrios Kyrtzidis · 16 years ago
  4. 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
  5. ea301e1 Avoid overflowing buffer, patch by Algeris Kirtzidis! by Chris Lattner · 17 years ago
  6. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Lex/PPLexerChange.cpp]
  7. 5f9e24c add comments about some simple optimizations that may become by Chris Lattner · 17 years ago
  8. 6b88450 implement simple support for arbitrary token lookahead. Change the by Chris Lattner · 17 years ago
  9. 7d39d74 improve comment. by Chris Lattner · 17 years ago
  10. 1072509 move PP::LookupFile from PPLexerChange -> PPDirectives.cpp by Chris Lattner · 17 years ago
  11. 8c32b1a Move a bunch more code out of Preprocessor.cpp into PPLexerChange.cpp by Chris Lattner · 17 years ago