| Commit message (Expand) | Author | Age | Files | Lines |
* | C++1y: track object lifetime during constexpr evaluation, and don't allow | Richard Smith | 2013-07-24 | 1 | -1/+1 |
* | C++1y: support simple variable assignments in constexpr functions. | Richard Smith | 2013-04-26 | 1 | -1/+1 |
* | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith | 2012-02-04 | 1 | -3/+3 |
* | Pedantic diagnostic correction: in C++, we have integral constant expressions, | Richard Smith | 2012-01-15 | 1 | -1/+1 |
* | Change the diagnostics which said 'accepted as an extension' to instead say | Richard Smith | 2011-12-29 | 1 | -1/+1 |
* | constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' | Richard Smith | 2011-12-19 | 1 | -2/+2 |
* | Revert r142844, it broke selfhost. The problem appears to be a missing | Richard Smith | 2011-10-24 | 1 | -3/+0 |
* | Constant expression evaluation: evaluate lvalues as lvalues, and rvalues as | Richard Smith | 2011-10-24 | 1 | -0/+3 |
* | In accordance with the C89, C99 and C++98 standards, ICEs can only contain | Richard Smith | 2011-10-24 | 1 | -4/+9 |
* | Extend lvalue evaluation in ExprConstant.cpp to handle CK_LValueBitCast (whic... | Eli Friedman | 2011-10-11 | 1 | -0/+4 |
* | PR11040: CheckICE should not allow an lvalue bitcast as part of an integer co... | Eli Friedman | 2011-09-29 | 1 | -1/+3 |
* | fix rdar://9204520 - Accept int(0.85 * 10) as an initializer in a class member | Chris Lattner | 2011-06-14 | 1 | -0/+13 |
* | Update test for r113128. | Eli Friedman | 2010-09-06 | 1 | -1/+1 |
* | If a switch condition is constant, don't warn about missing enum cases. | John McCall | 2010-05-18 | 1 | -1/+1 |
* | References to const int parameters with ICE default arguments are not ICEs. | John McCall | 2010-02-24 | 1 | -0/+5 |
* | Per discussion, remove the explicit restriction on static const data members ... | John McCall | 2010-02-06 | 1 | -0/+16 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Add recursion guards to ice-checking and evaluation for declrefs, so we | Eli Friedman | 2009-12-03 | 1 | -0/+7 |
* | Eliminate some "default"s in CheckICE. | Douglas Gregor | 2009-09-10 | 1 | -0/+6 |
* | static_cast, reinterpret_cast, and const_cast can all be used in C++ | Douglas Gregor | 2009-09-10 | 1 | -0/+4 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Make const-initialized const integral variables I-C-Es in C++. | Sebastian Redl | 2009-02-07 | 1 | -0/+6 |