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