1. 146ccd4 Fix PR2090, a typo in digraph processing. by Chris Lattner · 16 years ago
  2. e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 17 years ago
  3. 2243449 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 17 years ago
  4. fbd9173 Doh! Check in this long overdue test fix. by Christopher Lamb · 17 years ago
  5. 016765e Support floating point literals of the form "1e-16f" which specify an exponent but no decimal point. by Christopher Lamb · 17 years ago
  6. f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
  7. 921e9ff Fix a bug handling hex floats in c90 mode, pointed out by Neil. by Chris Lattner · 17 years ago
  8. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  9. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  10. 8146b68 Fix a lexer bug where we incorrectly rejected int i = /*/ */ 1; by Chris Lattner · 17 years ago
  11. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  12. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  13. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago