summaryrefslogtreecommitdiffstats
path: root/test/CXX/special/class.ctor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith2012-02-131-3/+3
* Unrevert r147271, reverted in r147361.Richard Smith2011-12-301-2/+10
* Revert r147271. This fixes PR11676.Rafael Espindola2011-12-301-10/+2
* constexpr: perform zero-initialization prior to / instead of performing aRichard Smith2011-12-251-2/+10
* PR11614: Mark defaulted special constructors as constexpr if their implicitRichard Smith2011-12-221-0/+49
* 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-132-2/+2
* Begin work consolidating ShouldDelete* functions.Sean Hunt2011-10-101-4/+0
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+173
* Rvalue references for *this: Douglas Gregor2011-01-261-0/+7
* Reimplement constructor declarator parsing to cope with template-idsDouglas Gregor2010-01-131-0/+42