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