summaryrefslogtreecommitdiff
path: root/test/CXX/special
Commit message (Expand)AuthorAgeFilesLines
* [SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualif...Tan S. B2019-08-171-0/+1
* PR24164, PR39336: init-captures are not distinct full-expressions.Richard Smith2018-10-191-1/+51
* Add basic test that we perform lifetime extension in the expectedRichard Smith2018-10-191-0/+190
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-284-4/+4
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-232-5/+4
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-173-4/+17
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-173-17/+4
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-173-4/+17
* [Sema] Use %sub to cleanup overload diagnosticsEric Fiselier2018-05-301-2/+2
* Fix typos in clangAlexander Kornienko2018-04-061-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
* PR31606: Generalize our tentative DR resolution for inheriting copy/moveRichard Smith2017-01-133-10/+10
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-1/+1
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-1/+1
* When diagnosing that a defaulted function is ill-formed because it would beRichard Smith2016-10-312-2/+2
* Fix handling of constructor inherited through multiple levels of virtual base...Richard Smith2016-10-281-0/+7
* 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
* Fix mishandling of deletedness for assignment operators of classes withRichard Smith2016-08-311-1/+2
* PR28978: If we need overload resolution for the move constructor of anRichard Smith2016-08-161-0/+12
* Mark inheriting constructors as deleted if the corresponding defaulted defaultRichard Smith2016-06-291-12/+12
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-288-114/+300
* [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-201-1/+1
* Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher2015-04-021-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Remove trailing whitespace to make test compatible with typeless pointer migr...David Blaikie2015-02-151-1/+1
* Implement the remaining portion of DR1467 from r227022. I may have overlooked...Larisse Voufo2015-01-271-1/+1
* Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().Nico Weber2015-01-261-0/+7
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-5/+5
* PR6037Nathan Sidwell2015-01-191-1/+1
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-3/+3
* [Win32 ABI] Defer operator delete checks until vtable is marked usedHans Wennborg2014-02-241-19/+0
* When a special member is explicitly defaulted outside its class, and we rejectRichard Smith2014-01-222-16/+22
* 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-143-6/+6
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-133-5/+31
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-183-4/+4
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-5/+5
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-5/+5
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-5/+5
* Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith2013-12-101-9/+6
* Unify lookup from within not-yet-defined defaulted special members: use commonRichard Smith2013-11-273-2/+51
* Take cv-qualifiers on fields of class type into account when determiningRichard Smith2013-11-253-1/+44
* Issue a diagnostic if an implicitly-defined move assignment operator would moveRichard Smith2013-11-042-1/+56
* Implement final resolution of DR1402: implicitly-declared move operators thatRichard Smith2013-11-043-47/+68
* Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith2013-08-091-18/+18
* Fix crash-on-invalid with inheriting constructor.Eli Friedman2013-07-181-1/+3