summaryrefslogtreecommitdiff
path: root/test/SemaCXX/constant-expression.cpp
Commit message (Expand)AuthorAge
* Change the wording of the extension warning fromDmitri Gribenko2012-09-24
* Fix test so it works the same way on 32-bit and 64-bit.Eli Friedman2012-07-18
* Don't treat overflow in floating-point conversions as a hard error in constan...Eli Friedman2012-07-17
* Fix a crash-on-invalid where the constant evaluator would try toJohn McCall2012-04-26
* Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith2012-01-15
* constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith2011-12-19
* PR11604: don't allow floating-literal-to-integer casts in ICEs if the (trunca...Richard Smith2011-12-18
* Fix a cluster of related issues involving value-dependence and constantRichard Smith2011-11-08
* Split apart the state accumulated during constant expression evaluation and theRichard Smith2011-10-16
* If a switch condition is constant, don't warn about missing enum cases.John McCall2010-05-18
* Fix a few cases where enum constant handling was usingDouglas Gregor2010-04-15
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Add a big test case for I-C-Es in C++, and a fix to make it work. The fix mig...Sebastian Redl2009-05-27