summaryrefslogtreecommitdiff
path: root/test/SemaCXX/defaulted-private-dtor.cpp
AgeCommit message (Expand)Author
2012-03-30PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith
2012-02-26Make sure we don't try to produce a definition of an implicitly-deleted functionRichard Smith
2012-02-25Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes andRichard Smith
2012-02-18Diagnose uses of deleted destructors and inaccessible defaulted destructors.Richard Smith