| Commit message (Expand) | Author | Age | Files | Lines |
* | [cxx2a] P0641R2: (Some) type mismatches on defaulted functions only | Richard Smith | 2018-09-28 | 1 | -1/+1 |
* | Fix tracking of whether a destructor would be deleted. | Richard Smith | 2017-09-22 | 1 | -0/+21 |
* | [Sema] Improve the error diagnostic for dot destructor calls on pointer objects | Alex Lorenz | 2017-01-20 | 1 | -1/+1 |
* | Cleanup the handling of noinline function attributes, -fno-inline, | Chandler Carruth | 2016-12-23 | 1 | -1/+1 |
* | When diagnosing that a defaulted function is ill-formed because it would be | Richard Smith | 2016-10-31 | 2 | -2/+2 |
* | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 1 | -3/+16 |
* | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 1 | -16/+3 |
* | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 1 | -3/+16 |
* | Fix all tests under test/CXX (and test/Analysis) to pass if clang's default | Richard Smith | 2016-08-31 | 1 | -3/+15 |
* | Unify warnings/errors from "maybe you meant" to "did you mean". | Eric Christopher | 2015-04-02 | 1 | -2/+2 |
* | Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed(). | Nico Weber | 2015-01-26 | 1 | -0/+7 |
* | [Win32 ABI] Defer operator delete checks until vtable is marked used | Hans Wennborg | 2014-02-24 | 1 | -19/+0 |
* | When formatting a C++-only declaration name, enable C++ mode in the formatter's | Richard Smith | 2014-01-22 | 1 | -1/+1 |
* | Remove the -cxx-abi command-line flag. | Hans Wennborg | 2014-01-14 | 2 | -3/+3 |
* | Update tests in preparation for using the MS ABI for Win32 targets | Hans Wennborg | 2014-01-13 | 2 | -2/+28 |
* | If a defaulted special member is implicitly deleted, check whether it's | Richard Smith | 2013-04-02 | 1 | -2/+3 |
* | Try to get buildbots to pass these tests. | Bill Wendling | 2013-02-21 | 1 | -1/+1 |
* | Attempt to clean up tests for non-X86 platforms. | Bill Wendling | 2013-02-20 | 1 | -6/+3 |
* | Remove target-specific features. | Bill Wendling | 2013-02-20 | 1 | -3/+3 |
* | Modify the tests to use attribute group references instead of listing the | Bill Wendling | 2013-02-20 | 1 | -2/+7 |
* | Rework implementation of DR1492: Apply the resolution to operator delete too, | Richard Smith | 2012-10-20 | 1 | -2/+2 |
* | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
* | DR1492: In a definition of a destructor, the exception specification must be | Richard Smith | 2012-10-16 | 2 | -1/+18 |
* | [class.copy]p23: Fix an assertion caused by incorrect argument numbering in a | Richard Smith | 2012-04-29 | 1 | -4/+4 |
* | Finish PR10217: Ensure we say that a special member was implicitly, not | Richard Smith | 2012-04-02 | 1 | -5/+5 |
* | PR10217: Provide diagnostics explaining why an implicitly-deleted special | Richard Smith | 2012-03-30 | 1 | -27/+28 |
* | Ensure that we delete destructors in the right cases. Specifically: | Richard Smith | 2012-02-26 | 1 | -0/+103 |
* | Support decltype in pseudo destructors and dependent destructor calls. | David Blaikie | 2011-12-16 | 1 | -5/+18 |
* | Fix/test decltype dtor calls with invalid base expression. | David Blaikie | 2011-12-12 | 1 | -0/+1 |
* | Decltype in non-pseudo (& non-dependent) dtor calls. | David Blaikie | 2011-12-08 | 1 | -0/+25 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 2 | -2/+2 |
* | Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder. | Eli Friedman | 2011-06-06 | 1 | -10/+10 |
* | Fix PR9941 for out-of-line template destructors too. | Sebastian Redl | 2011-05-20 | 1 | -0/+6 |
* | Fix PR9941 again, this time for templates. | Sebastian Redl | 2011-05-19 | 1 | -0/+29 |
* | Reapply r121528, fixing PR9941 by delaying the exception specification check ... | Sebastian Redl | 2011-05-19 | 1 | -0/+142 |
* | Revert r121528 as it breaks a simple testcase, which leads to, among | Alexis Hunt | 2011-05-18 | 1 | -127/+0 |
* | Implement implicit exception specifications of destructors. | Sebastian Redl | 2011-05-18 | 1 | -0/+127 |
* | Rvalue references for *this: | Douglas Gregor | 2011-01-26 | 1 | -0/+10 |
* | Add a test case for P%7346, which was fixed by not doing the operator | John McCall | 2010-08-04 | 1 | -0/+13 |
* | Only look up an 'operator delete' on the definition of a destructor, not on | John McCall | 2010-08-04 | 1 | -1/+25 |
* | Look through using declarations when deciding whether to use an operator | John McCall | 2010-08-04 | 1 | -0/+48 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Pretend destructors are const and volatile. This allows calling them with con... | Sebastian Redl | 2009-11-18 | 1 | -0/+7 |