1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. 34f3bcf Partially revert r186903. by Eli Friedman · 11 years ago
  4. b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
  5. 7748cbc Add and update tests for character literals by Seth Cantrell · 12 years ago
  6. 0473cd5 Warn about and truncate UCNs that are too big for their character literal type. by Craig Topper · 13 years ago
  7. 091f23f Split out -Wconversion warnings about constant precision into their by John McCall · 14 years ago
  8. 295a637 Test for PR7888. by Eli Friedman · 14 years ago
  9. d80f786 fix PR4499, patch by Kyle Dean! by Chris Lattner · 14 years ago
  10. 2a0d757 At sabre's request, drop the FP bounds diagnostics down to warnings and file by John McCall · 14 years ago
  11. 94c939d Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641 by John McCall · 15 years ago
  12. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  13. e8fa06e accept "#pragma clang foo" where we accept "#pragma GCC foo". by Chris Lattner · 15 years ago
  14. e3ad881 Implement -Wfour-char-constants, which is an extension, not an extwarn, by Chris Lattner · 15 years ago
  15. b77f41e implement -Wmultichar by Chris Lattner · 15 years ago
  16. 2dec3a1 merge number.c into constants.c and start running it in -verify mode. by Chris Lattner · 15 years ago
  17. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  18. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  19. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  20. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago