1. b081a35 Fix PR2252: don't warn on negating an unsigned value ever, and don't emit by Chris Lattner · 16 years ago
  2. 413d355 Fix a bug reported by Kelly Wilson, where we incorrectly by Chris Lattner · 16 years ago
  3. c577a0e Multiple tests in a single test file must be linked with '&&'. by Argyrios Kyrtzidis · 16 years ago
  4. 8891184 Fix the run line for this test. by Eli Friedman · 16 years ago
  5. e3eac77 Make this test C instead of C++; making it C++ causes a failure on Linux by Eli Friedman · 16 years ago
  6. 0049db6 fix PR2357 (#ifs didnt invalidate the multiple-inclusion optimization state) by Nuno Lopes · 16 years ago
  7. 146ccd4 Fix PR2090, a typo in digraph processing. by Chris Lattner · 17 years ago
  8. e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 17 years ago
  9. 2243449 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 17 years ago
  10. fbd9173 Doh! Check in this long overdue test fix. by Christopher Lamb · 17 years ago
  11. 016765e Support floating point literals of the form "1e-16f" which specify an exponent but no decimal point. by Christopher Lamb · 17 years ago
  12. f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
  13. 921e9ff Fix a bug handling hex floats in c90 mode, pointed out by Neil. by Chris Lattner · 17 years ago
  14. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  15. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  16. 8146b68 Fix a lexer bug where we incorrectly rejected int i = /*/ */ 1; by Chris Lattner · 17 years ago
  17. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  18. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  19. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago