summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx0x-deleted-default-ctor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith2019-04-241-7/+7
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-3/+3
* When a special member is explicitly defaulted outside its class, and we rejectRichard Smith2014-01-221-2/+2
* Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith2012-04-021-3/+3
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-301-23/+23
* C++11 [class.ctor]p5 says thatDouglas Gregor2012-02-241-4/+4
* Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providingRichard Smith2012-02-181-3/+2
* When overload resolution picks an implicitly-deleted special memberDouglas Gregor2012-02-151-27/+27
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Fix PR10531. Attach an initializer to anonymous unions, since the default con...Richard Smith2011-09-181-0/+12
* Uncomment this testcase now that we pass it.Alexis Hunt2011-06-101-5/+2
* Add some more tests.Alexis Hunt2011-05-171-0/+74
* Implement some tests for defaulted constructors. To do this I had toAlexis Hunt2011-05-171-0/+49
OpenPOWER on IntegriCloud