1. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  2. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 17 years ago
  3. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  4. 2b64fdc Fix a stringizing bug that Neil noticed. We should preprocess this: by Chris Lattner · 17 years ago
  5. 0ea793e Correctly respect C99 5.1.1.2p4 when searching for the first '(' of by Chris Lattner · 17 years ago
  6. 97ba77c Add a new Preprocessor::AdvanceToTokenCharacter method which, given a sloc by Chris Lattner · 17 years ago
  7. 9594acf Cache macro expander objects to avoid thrashing malloc in heavy expansion situations. by Chris Lattner · 17 years ago
  8. 25c9648 switch function-like macros from using a vector for their arguments to an by Chris Lattner · 17 years ago
  9. c215bd6 expose an iterator interface to getReplacementTokens instead of the datastructure itself. by Chris Lattner · 17 years ago
  10. b5e240f split function-like and object-like macro body parsing to make the by Chris Lattner · 17 years ago
  11. c35717a remove use of alloca. by Chris Lattner · 17 years ago
  12. 7ae5326 Solaris needs an included header for alloca by Gabor Greif · 17 years ago
  13. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago