summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/i-c-e-cxx.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++1y: track object lifetime during constexpr evaluation, and don't allowRichard Smith2013-07-241-1/+1
* C++1y: support simple variable assignments in constexpr functions.Richard Smith2013-04-261-1/+1
* In C++11 mode, when an integral constant expression is desired and we have aRichard Smith2012-02-041-3/+3
* Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith2012-01-151-1/+1
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-1/+1
* constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith2011-12-191-2/+2
* Revert r142844, it broke selfhost. The problem appears to be a missingRichard Smith2011-10-241-3/+0
* Constant expression evaluation: evaluate lvalues as lvalues, and rvalues asRichard Smith2011-10-241-0/+3
* In accordance with the C89, C99 and C++98 standards, ICEs can only containRichard Smith2011-10-241-4/+9
* Extend lvalue evaluation in ExprConstant.cpp to handle CK_LValueBitCast (whic...Eli Friedman2011-10-111-0/+4
* PR11040: CheckICE should not allow an lvalue bitcast as part of an integer co...Eli Friedman2011-09-291-1/+3
* fix rdar://9204520 - Accept int(0.85 * 10) as an initializer in a class memberChris Lattner2011-06-141-0/+13
* Update test for r113128.Eli Friedman2010-09-061-1/+1
* If a switch condition is constant, don't warn about missing enum cases.John McCall2010-05-181-1/+1
* References to const int parameters with ICE default arguments are not ICEs.John McCall2010-02-241-0/+5
* Per discussion, remove the explicit restriction on static const data members ...John McCall2010-02-061-0/+16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add recursion guards to ice-checking and evaluation for declrefs, so weEli Friedman2009-12-031-0/+7
* Eliminate some "default"s in CheckICE.Douglas Gregor2009-09-101-0/+6
* static_cast, reinterpret_cast, and const_cast can all be used in C++Douglas Gregor2009-09-101-0/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make const-initialized const integral variables I-C-Es in C++.Sebastian Redl2009-02-071-0/+6
OpenPOWER on IntegriCloud