summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/constant-expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR31701: Fix crash on invalid caused by parsing a dependent initializer when weRichard Smith2017-01-201-0/+11
* Don't assert if evaluation of an expression that we're syntactically requiredRichard Smith2015-12-041-0/+2
* [Sema] Fix assertion hit while trying to do constant evaluation for a depende...Argyrios Kyrtzidis2014-02-151-0/+8
* PR18283: If a const variable of integral or enumeration type isRichard Smith2014-01-251-0/+9
* Change the wording of the extension warning fromDmitri Gribenko2012-09-241-1/+1
* Fix test so it works the same way on 32-bit and 64-bit.Eli Friedman2012-07-181-1/+1
* Don't treat overflow in floating-point conversions as a hard error in constan...Eli Friedman2012-07-171-1/+1
* Fix a crash-on-invalid where the constant evaluator would try toJohn McCall2012-04-261-0/+7
* 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
OpenPOWER on IntegriCloud