1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. e3b136b Change the wording of the extension warning from by Dmitri Gribenko · 12 years ago
  3. 5912597 Fix test so it works the same way on 32-bit and 64-bit. by Eli Friedman · 12 years ago
  4. 26dc97c Don't treat overflow in floating-point conversions as a hard error in constant evaluation. <rdar://problem/11874571>. by Eli Friedman · 12 years ago
  5. 1de9d7d Fix a crash-on-invalid where the constant evaluator would try to by John McCall · 12 years ago
  6. 244ee7b Pedantic diagnostic correction: in C++, we have integral constant expressions, by Richard Smith · 12 years ago
  7. 099e7f6 constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' by Richard Smith · 13 years ago
  8. 2116b14 PR11604: don't allow floating-literal-to-integer casts in ICEs if the (truncated) by Richard Smith · 13 years ago
  9. db1822c Fix a cluster of related issues involving value-dependence and constant by Richard Smith · 13 years ago
  10. 1e12c59 Split apart the state accumulated during constant expression evaluation and the by Richard Smith · 13 years ago
  11. 0fb9708 If a switch condition is constant, don't warn about missing enum cases. by John McCall · 14 years ago
  12. af68d4e Fix a few cases where enum constant handling was using by Douglas Gregor · 14 years ago
  13. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  14. 1590d9c Add a big test case for I-C-Es in C++, and a fix to make it work. The fix might not be the right way to do it. by Sebastian Redl · 15 years ago