Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When we're synthesizing copy/move-assignment, we can't form a reference to an | Eli Friedman | 2013-06-07 | 1 | -0/+11 |
* | PR14838: When a member reference is bound to a temporary, don't forget to | Richard Smith | 2013-01-08 | 1 | -0/+16 |
* | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith | 2012-07-27 | 1 | -1/+1 |
* | Recover properly if a class member declaration starts with a scope specifier | Richard Smith | 2012-05-09 | 1 | -1/+1 |
* | Fix crash-on-invalid for 'operator int[]()' in C++11. | David Blaikie | 2012-02-14 | 1 | -0/+3 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | When parsing a function-try-block that does not have a | Douglas Gregor | 2011-09-07 | 1 | -0/+18 |
* | Don't assert on initialized typedef declarations in classes: | Richard Smith | 2011-06-12 | 1 | -0/+4 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -0/+50 |