1. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  2. 8849f11 PR4395: Don't detect token concatenation in C mode for C++-specific tokens. by Eli Friedman · 15 years ago
  3. 3c54801 PR4353: Add support for \E as a character escape. by Eli Friedman · 15 years ago
  4. e8fa06e accept "#pragma clang foo" where we accept "#pragma GCC foo". by Chris Lattner · 15 years ago
  5. e3ad881 Implement -Wfour-char-constants, which is an extension, not an extwarn, by Chris Lattner · 15 years ago
  6. b77f41e implement -Wmultichar by Chris Lattner · 15 years ago
  7. 2dec3a1 merge number.c into constants.c and start running it in -verify mode. by Chris Lattner · 15 years ago
  8. c1f9d82 implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 by Chris Lattner · 15 years ago
  9. c199ab3 Implement the first set of changes for PR3963 and rdar://6759604, by Chris Lattner · 15 years ago
  10. ead616c fix rdar://6757323, where an escaped newline in a // comment by Chris Lattner · 15 years ago
  11. 81048aa Move the rest of the fixit tests to the FixIt area. by Mike Stump · 15 years ago
  12. 8e7ec66 Update wording. by Mike Stump · 15 years ago
  13. 20d0ee5 A code modification hint for files that don't end in a newline. by Mike Stump · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  15. 1ab10d4 Don't use &> in tests; dash doesn't understand it. by Eli Friedman · 15 years ago
  16. 99c7622 Fix -E mismatch; an identifier followed by a numeric constant does not by Daniel Dunbar · 15 years ago
  17. 85c4910 Don't accept '$' in identifiers in assembler-with-cpp mode. by Daniel Dunbar · 15 years ago
  18. 9d4857d this test isn't testing anything. by Chris Lattner · 15 years ago
  19. 51a75d0 change a diagnostic message from something pedantically correct but by Chris Lattner · 15 years ago
  20. 8402c73 Fix PR2477 - clang misparses "//*" in C89 mode by Chris Lattner · 16 years ago
  21. bc3e984 rdar://6060752 - don't warn about trigraphs in bcpl-style comments by Chris Lattner · 16 years ago
  22. c21f1a7 split into two tests. by Chris Lattner · 16 years ago
  23. eb83ecd Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. by Argyrios Kyrtzidis · 16 years ago
  24. 5313ebc Test case for previous commit (Workaround gcc bug causing crash on our by Daniel Dunbar · 16 years ago
  25. ea644d8 Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is by Ted Kremenek · 16 years ago
  26. 6f7adbd Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 16 years ago
  27. 806c3b9 update this testcase. by Chris Lattner · 16 years ago
  28. 4f97e01 Add test case for hex floating point constants in < C99 mode by Daniel Dunbar · 16 years ago
  29. b081a35 Fix PR2252: don't warn on negating an unsigned value ever, and don't emit by Chris Lattner · 16 years ago
  30. 413d355 Fix a bug reported by Kelly Wilson, where we incorrectly by Chris Lattner · 16 years ago
  31. c577a0e Multiple tests in a single test file must be linked with '&&'. by Argyrios Kyrtzidis · 16 years ago
  32. 8891184 Fix the run line for this test. by Eli Friedman · 16 years ago
  33. e3eac77 Make this test C instead of C++; making it C++ causes a failure on Linux by Eli Friedman · 16 years ago
  34. 0049db6 fix PR2357 (#ifs didnt invalidate the multiple-inclusion optimization state) by Nuno Lopes · 16 years ago
  35. 146ccd4 Fix PR2090, a typo in digraph processing. by Chris Lattner · 16 years ago
  36. e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 17 years ago
  37. 2243449 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 17 years ago
  38. fbd9173 Doh! Check in this long overdue test fix. by Christopher Lamb · 17 years ago
  39. 016765e Support floating point literals of the form "1e-16f" which specify an exponent but no decimal point. by Christopher Lamb · 17 years ago
  40. f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
  41. 921e9ff Fix a bug handling hex floats in c90 mode, pointed out by Neil. by Chris Lattner · 17 years ago
  42. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  43. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  44. 8146b68 Fix a lexer bug where we incorrectly rejected int i = /*/ */ 1; by Chris Lattner · 17 years ago
  45. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  46. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  47. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago