Age | Commit message (Expand) | Author |
---|---|---|
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-07-06 | Properly implement the scope restriction on the NRVO for | Douglas Gregor |
2011-02-28 | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson |
2011-02-19 | Pass -fexceptions to all tests that use try/catch/throw. | Anders Carlsson |
2011-01-21 | When throwing an elidable object, first try to treat the subexpression | Douglas Gregor |
2011-01-21 | Implement the preference for move-construction over copy-construction | Douglas Gregor |