summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/constant-expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith2012-01-151-4/+4
* constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith2011-12-191-2/+11
* PR11604: don't allow floating-literal-to-integer casts in ICEs if the (trunca...Richard Smith2011-12-181-0/+6
* Fix a cluster of related issues involving value-dependence and constantRichard Smith2011-11-081-0/+7
* Split apart the state accumulated during constant expression evaluation and theRichard Smith2011-10-161-0/+10
* If a switch condition is constant, don't warn about missing enum cases.John McCall2010-05-181-2/+2
* Fix a few cases where enum constant handling was usingDouglas Gregor2010-04-151-3/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add a big test case for I-C-Es in C++, and a fix to make it work. The fix mig...Sebastian Redl2009-05-271-0/+83