Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR11851 (and duplicates): Whenever a constexpr function is referenced, | Richard Smith | 2012-11-07 | 1 | -7/+4 |
* | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith | 2012-07-27 | 1 | -4/+13 |
* | Disable our non-standard delayed parsing of exception specifications. Delaying | Richard Smith | 2012-05-02 | 1 | -2/+5 |
* | Fix regression in r154844. If necessary, defer computing adjusted destructor | Richard Smith | 2012-04-21 | 1 | -0/+30 |
* | Implement the last part of C++ [class.mem]p2, delaying the parsing of | Douglas Gregor | 2012-04-16 | 1 | -8/+2 |
* | PR10217: Provide diagnostics explaining why an implicitly-deleted special | Richard Smith | 2012-03-30 | 1 | -2/+2 |
* | When overload resolution picks an implicitly-deleted special member | Douglas Gregor | 2012-02-15 | 1 | -3/+2 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -0/+63 |