summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.ctor/p5-0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-1/+1
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-231-1/+1
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-1/+5
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-171-5/+1
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-1/+5
* Move detection of reference members binding to temporaries from building ofRichard Smith2013-06-121-1/+1
* PR14558: Compute triviality of special members (etc) at the end of the classRichard Smith2012-12-111-0/+12
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-081-10/+25
* [class.copy]p23: Fix an assertion caused by incorrect argument numbering in aRichard Smith2012-04-291-3/+3
* Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith2012-04-021-5/+3
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-301-25/+34
* Ensure that we delete default constructors in the right cases. Don't delete theRichard Smith2012-02-271-11/+16
* Special members which are defaulted or deleted on their first declaration areRichard Smith2012-02-261-5/+2
* When overload resolution picks an implicitly-deleted special memberDouglas Gregor2012-02-151-27/+30
* Compute whether a class is trivial correctly for template classes with an exp...Eli Friedman2011-11-151-2/+9
* When we notice that a member function is defined with "= delete" or "=Douglas Gregor2011-11-071-10/+4
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Begin work consolidating ShouldDelete* functions.Alexis Hunt2011-10-101-4/+0
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+173
OpenPOWER on IntegriCloud