Age | Commit message (Expand) | Author |
---|---|---|
2012-12-08 | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith |
2012-07-31 | Explicitly defaulted constructors cannot be used for default initialization. | Aaron Ballman |
2012-05-15 | Fold the six functions checking explicitly-defaulted special member functions | Richard Smith |
2012-02-16 | Allow thread safety attributes on function definitions. | DeLesley Hutchins |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-09-30 | constexpr functions are implicitly const. More tests to follow. | Richard Smith |
2011-05-17 | Fix some minor bugs and add a lot more test cases for defaulted | Sean Hunt |