summaryrefslogtreecommitdiffstats
path: root/test/CXX/dcl.decl/dcl.fct.def
Commit message (Expand)AuthorAgeFilesLines
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-8/+19
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-2/+49
* Implement the likely resolution of core issue 253.Nico Weber2016-02-191-0/+1
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-2/+2
* First half of CWG1962: decltype(__func__) should not be a reference type,Richard Smith2014-11-111-0/+18
* Improve diagnostic on default-initializing const variables (PR20208).Nico Weber2014-07-231-2/+2
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-2/+2
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-081-3/+2
* Per [dcl.fct.def.default]p1, don't allow variadic special members to be defau...Richard Smith2012-12-071-0/+26
* Explicitly defaulted constructors cannot be used for default initialization.Aaron Ballman2012-07-311-3/+13
* PR12937: Explicitly deleting an explicit template specialization.David Blaikie2012-06-251-0/+8
* Fold the six functions checking explicitly-defaulted special member functionsRichard Smith2012-05-151-1/+59
* Special members which are defaulted or deleted on their first declaration areRichard Smith2012-02-261-1/+2
* PR11614: Mark defaulted special constructors as constexpr if their implicitRichard Smith2011-12-221-0/+55