aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-defaulted-functions.cpp
AgeCommit message (Expand)Author
2013-03-27PR15597: Fix a confusion between the implicit exception specification and theRichard Smith
2013-02-24Add the testcase from PR13573, this used to crash.Benjamin Kramer
2013-01-16Fixes crash when illegal function definitions are deleted or defaulted. Fixe...Aaron Ballman
2012-08-06PR13527: don't assert if a function is explicitly defaulted when it's alreadyRichard Smith
2012-07-27Final piece of core issue 1330: delay computing the exception specification ofRichard Smith
2012-06-08Allow friend declarations of defaulted special member functions. OnlyRichard Smith
2012-05-15Fold the six functions checking explicitly-defaulted special member functionsRichard Smith
2012-02-14Fix another issue introduced by the proposed wording for core issue 1358: sinceRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-05-17Implement some tests for defaulted constructors. To do this I had toSean Hunt