summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.dtor
Commit message (Expand)AuthorAgeFilesLines
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-1/+1
* Fix tracking of whether a destructor would be deleted.Richard Smith2017-09-221-0/+21
* [Sema] Improve the error diagnostic for dot destructor calls on pointer objectsAlex Lorenz2017-01-201-1/+1
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-1/+1
* When diagnosing that a defaulted function is ill-formed because it would beRichard Smith2016-10-312-2/+2
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-3/+16
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-16/+3
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-3/+16
* Fix all tests under test/CXX (and test/Analysis) to pass if clang's defaultRichard Smith2016-08-311-3/+15
* Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher2015-04-021-2/+2
* Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().Nico Weber2015-01-261-0/+7
* [Win32 ABI] Defer operator delete checks until vtable is marked usedHans Wennborg2014-02-241-19/+0
* When formatting a C++-only declaration name, enable C++ mode in the formatter'sRichard Smith2014-01-221-1/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-142-3/+3
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-132-2/+28
* If a defaulted special member is implicitly deleted, check whether it'sRichard Smith2013-04-021-2/+3
* Try to get buildbots to pass these tests.Bill Wendling2013-02-211-1/+1
* Attempt to clean up tests for non-X86 platforms.Bill Wendling2013-02-201-6/+3
* Remove target-specific features.Bill Wendling2013-02-201-3/+3
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-2/+7
* Rework implementation of DR1492: Apply the resolution to operator delete too,Richard Smith2012-10-201-2/+2
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* DR1492: In a definition of a destructor, the exception specification must beRichard Smith2012-10-162-1/+18
* [class.copy]p23: Fix an assertion caused by incorrect argument numbering in aRichard Smith2012-04-291-4/+4
* 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, amongAlexis 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
OpenPOWER on IntegriCloud