1. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  2. 97ba77c Add a new Preprocessor::AdvanceToTokenCharacter method which, given a sloc by Chris Lattner · 17 years ago
  3. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  4. dda75cf remove obsolete comment. by Chris Lattner · 17 years ago
  5. abca2bb Change SourceManager::getInstantiationLoc to take virtual locations, doing its by Chris Lattner · 17 years ago
  6. 9594acf Cache macro expander objects to avoid thrashing malloc in heavy expansion situations. by Chris Lattner · 17 years ago
  7. 25c9648 switch function-like macros from using a vector for their arguments to an by Chris Lattner · 17 years ago
  8. c215bd6 expose an iterator interface to getReplacementTokens instead of the datastructure itself. by Chris Lattner · 17 years ago
  9. b5e240f split function-like and object-like macro body parsing to make the by Chris Lattner · 17 years ago
  10. c35717a remove use of alloca. by Chris Lattner · 17 years ago
  11. 7ae5326 Solaris needs an included header for alloca by Gabor Greif · 17 years ago
  12. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago