1. 17ff58a When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine(). by Ted Kremenek · 17 years ago
  2. 56b05c8 remove one more Preprocessor::Diag method. by Chris Lattner · 17 years ago
  3. 3692b09 Convert the lexer and start converting the PP over to using canonical Diag methods. by Chris Lattner · 17 years ago
  4. 68a91d5 Replace more uses of 'CurLexer->' with 'CurPPLexer->'. No performance change. by Ted Kremenek · 17 years ago
  5. 4095080 Add Preprocessor::RemovePragmaHandler. - No functionality change. by Daniel Dunbar · 17 years ago
  6. 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 17 years ago
  7. acc5f3e More #include cleaning by Daniel Dunbar · 17 years ago
  8. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Lex/Pragma.cpp]
  9. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  10. 2243449 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 18 years ago
  11. 22f6bbc Switch lexer/pp over to new Token::is/isNot api by Chris Lattner · 18 years ago
  12. 0edde55 change calls to getMacroInfo into hasMacroDefinition() where possible. by Chris Lattner · 18 years ago
  13. f1c99ac refactor the interface to Preprocessor::GetIncludeFilenameSpelling, by Chris Lattner · 18 years ago
  14. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 18 years ago
  15. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 18 years ago
  16. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 18 years ago
  17. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago