1. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 16 years ago
  2. 41826bb PR4013 and PR4105: pointer-like types can only be cast to/from integers by Eli Friedman · 16 years ago
  3. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  4. 578a972 Throw the switch to exclusively use Evaluate (along with the small by Eli Friedman · 16 years ago
  5. 8d7d6e9 Force arch for these test cases. by Daniel Dunbar · 16 years ago
  6. ff77645 emit diagnostic when casting a ptr to a small int when doing static initialization (addresses Eli's comments I believe) by Nuno Lopes · 17 years ago
  7. 8395081 allow cast from array to int to be considered as constant by Nuno Lopes · 17 years ago
  8. d880363 wrap some long diagnostics, make 'initializer is not a constant' diagnostic by Chris Lattner · 17 years ago
  9. c1cc6dc Allow a pointer implicitly cast to a bool as a constant expression, as by Eli Friedman · 17 years ago
  10. 1a86b33 Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 18 years ago