1. 5bdaac5 Finish PR10217: Ensure we say that a special member was implicitly, not by Richard Smith · 12 years ago
  2. 6c4c36c PR10217: Provide diagnostics explaining why an implicitly-deleted special by Richard Smith · 12 years ago
  3. 221c27f C++11 [class.ctor]p5 says that by Douglas Gregor · 13 years ago
  4. 7d5088a Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providing by Richard Smith · 13 years ago
  5. e4e68d4 When overload resolution picks an implicitly-deleted special member by Douglas Gregor · 13 years ago
  6. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  7. 16ee819 Fix PR10531. Attach an initializer to anonymous unions, since the default constructor might not be trivial (if there is an in-class initializer for some member) and might be deleted. by Richard Smith · 13 years ago
  8. 6f95f1b Uncomment this testcase now that we pass it. by Sean Hunt · 13 years ago
  9. f1922d2 Add some more tests. by Sean Hunt · 13 years ago
  10. 1f2f384 Implement some tests for defaulted constructors. To do this I had to by Sean Hunt · 13 years ago