summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/cxx0x-defaulted-functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-3/+20
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-5/+3
* Add a note that points to the linkage specifier for the C++ linkage errorsAlex Lorenz2016-11-021-1/+1
* DR1330: instantiate exception-specifications when "needed". We previously didRichard Smith2016-10-181-15/+19
* When two function types have equivalent (but distinct) noexcept specification...Richard Smith2016-10-181-6/+3
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-5/+5
* Fix crash when emitting error.Richard Trieu2016-10-011-0/+8
* Revert r282547 and add test to show correct behavior.Richard Trieu2016-09-271-25/+24
* Fix defaulted member functions for templated classes.Richard Trieu2016-09-271-0/+28
* [Sema] Only define function as move assignment when neededErik Pilkington2016-06-201-0/+12
* Teach Sema::MergeFunctionDecl to properly check for an out-of-line definition...Vassil Vassilev2016-05-181-0/+8
* Sema: Recover when a function template is in an extern "C" blockDavid Majnemer2015-01-151-1/+1
* 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 toSean Hunt2011-05-171-0/+45