summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx0x-defaulted-functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR15597: Fix a confusion between the implicit exception specification and theRichard Smith2013-03-271-1/+14
* Add the testcase from PR13573, this used to crash.Benjamin Kramer2013-02-241-0/+5
* Fixes crash when illegal function definitions are deleted or defaulted. Fixe...Aaron Ballman2013-01-161-0/+21
* PR13527: don't assert if a function is explicitly defaulted when it's alreadyRichard Smith2012-08-061-0/+32
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-271-0/+60
* Allow friend declarations of defaulted special member functions. OnlyRichard Smith2012-06-081-0/+6
* Fold the six functions checking explicitly-defaulted special member functionsRichard Smith2012-05-151-6/+6
* Fix another issue introduced by the proposed wording for core issue 1358: sinceRichard Smith2012-02-141-1/+9
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Implement some tests for defaulted constructors. To do this I had toAlexis Hunt2011-05-171-0/+45
OpenPOWER on IntegriCloud