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