Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR24612: Don't bail out of checking a constexpr function before checking | Richard Smith | 2015-08-28 | 1 | -3/+11 |
* | C++1y is now C++14! | Aaron Ballman | 2014-08-19 | 1 | -1/+1 |
* | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith | 2013-04-21 | 1 | -1/+1 |
* | PR14550: If a system header contains a bogus constexpr function definition, | Richard Smith | 2012-12-09 | 1 | -1/+21 |
* | Implement GCC's -Wint-to-pointer-cast. | David Blaikie | 2012-10-16 | 1 | -3/+3 |
* | Temporary workaround for bug#12457: turn the 'constexpr function never produces | Richard Smith | 2012-04-05 | 1 | -0/+1 |
* | constexpr tidyups: | Richard Smith | 2012-02-16 | 1 | -5/+10 |
* | constexpr: Implement DR1358: An instantiation of a constexpr function which | Richard Smith | 2012-02-05 | 1 | -0/+25 |
* | constexpr: | Richard Smith | 2012-02-02 | 1 | -0/+6 |
* | constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr | Richard Smith | 2012-01-27 | 1 | -14/+57 |
* | Add test missed from r143234. | Richard Smith | 2011-10-29 | 1 | -0/+32 |