1. 32cb471 In accordance with the C89, C99 and C++98 standards, ICEs can only contain by Richard Smith · 13 years ago
  2. 9b127f3 Add fixit notes for -Wconstant-logical-operand. by Matt Beaumont-Gay · 13 years ago
  3. e1eed38 when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be folded to a constant by Chris Lattner · 13 years ago
  4. 3b332ab Don't crash during constant-evaluation of 1/(1/0). PR9262. by John McCall · 13 years ago
  5. 351ba91 Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the related code is reachable. This suppresses some by Ted Kremenek · 13 years ago
  6. ba772ba This really seems like a boring set of fixes to our tests to make them more by Chandler Carruth · 14 years ago
  7. 83a1c5c Fixed __builtin_constant_p return type. by Abramo Bagnara · 14 years ago
  8. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  9. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  10. 90a8f27 Add a warning to catch a bug recently caught by code review, like this: by Chris Lattner · 14 years ago
  11. 2597345 Fix rdar://8139785 "implement warning on dead expression in comma operator" by Argyrios Kyrtzidis · 14 years ago
  12. 7ef655a implement PR6004, warning about divide and remainder by zero. by Chris Lattner · 15 years ago
  13. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  14. 8ee15dc Use clang to run tests which include headers from the system. by Daniel Dunbar · 15 years ago
  15. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  16. 09de176 Change isNullPointerConstant to be strict; hopefully this won't cause by Eli Friedman · 15 years ago
  17. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  18. f04ec67 Some additional ICE tests. by Eli Friedman · 15 years ago
  19. 42b83dd Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p by Chris Lattner · 16 years ago
  20. 04de993 merge these testcases into one file. by Chris Lattner · 16 years ago