| Commit message (Expand) | Author | Age | Files | Lines |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+42 |
* | [Sema] Don't crash if array bound calculation overflowed constexpr array | David Majnemer | 2015-04-18 | 1 | -0/+2 |
* | DR1684: a constexpr member function need not be a member of a literal class t... | Richard Smith | 2014-12-16 | 1 | -6/+5 |
* | C++1y constexpr extensions, round 1: Allow most forms of declaration and | Richard Smith | 2013-04-22 | 1 | -2/+12 |
* | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith | 2013-04-21 | 1 | -5/+5 |
* | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith | 2012-12-08 | 1 | -1/+1 |
* | If a type is non-literal by virtue of being incomplete produce notes | Richard Smith | 2012-04-25 | 1 | -3/+3 |
* | Make RequireLiteralType work correctly with incomplete array types. PR12037. | Eli Friedman | 2012-02-20 | 1 | -0/+17 |
* | Update constexpr implementation to match CWG's chosen approach for core issues | Richard Smith | 2012-02-13 | 1 | -21/+27 |
* | CWG issue 1405: mutable members are allowed in literal types, but can't undergo | Richard Smith | 2012-02-09 | 1 | -18/+0 |
* | constexpr: converted constant expression handling for enumerator values, case | Richard Smith | 2012-01-18 | 1 | -2/+2 |
* | constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' | Richard Smith | 2011-12-19 | 1 | -5/+4 |
* | When we notice that a member function is defined with "= delete" or "= | Douglas Gregor | 2011-11-07 | 1 | -0/+1 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | constexpr: don't consider class types with mutable members to be literal types. | Richard Smith | 2011-10-12 | 1 | -0/+19 |
* | constexpr: semantic checking for constexpr functions and constructors. Based in | Richard Smith | 2011-10-01 | 1 | -0/+108 |