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