summaryrefslogtreecommitdiffstats
path: root/test/CXX/special/class.dtor
Commit message (Expand)AuthorAgeFilesLines
* Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith2012-04-021-5/+5
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-301-27/+28
* Ensure that we delete destructors in the right cases. Specifically:Richard Smith2012-02-261-0/+103
* Support decltype in pseudo destructors and dependent destructor calls.David Blaikie2011-12-161-5/+18
* Fix/test decltype dtor calls with invalid base expression.David Blaikie2011-12-121-0/+1
* Decltype in non-pseudo (& non-dependent) dtor calls.David Blaikie2011-12-081-0/+25
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-132-2/+2
* Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder.Eli Friedman2011-06-061-10/+10
* Fix PR9941 for out-of-line template destructors too.Sebastian Redl2011-05-201-0/+6
* Fix PR9941 again, this time for templates.Sebastian Redl2011-05-191-0/+29
* Reapply r121528, fixing PR9941 by delaying the exception specification check ...Sebastian Redl2011-05-191-0/+142
* Revert r121528 as it breaks a simple testcase, which leads to, amongSean Hunt2011-05-181-127/+0
* Implement implicit exception specifications of destructors.Sebastian Redl2011-05-181-0/+127
* Rvalue references for *this: Douglas Gregor2011-01-261-0/+10
* Add a test case for P%7346, which was fixed by not doing the operatorJohn McCall2010-08-041-0/+13
* Only look up an 'operator delete' on the definition of a destructor, not onJohn McCall2010-08-041-1/+25
* Look through using declarations when deciding whether to use an operatorJohn McCall2010-08-041-0/+48
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Pretend destructors are const and volatile. This allows calling them with con...Sebastian Redl2009-11-181-0/+7