summaryrefslogtreecommitdiff
path: root/test/SemaCXX/implicit-exception-spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-12/+10
* Let -Wdelete-non-virtual-dtor fire in system headers too.Nico Weber2017-08-301-1/+1
* C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith2017-02-251-0/+58
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-17/+15
* Make diagnostic for use of default member initializer before enclosing class isRichard Smith2016-11-221-9/+9
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-10/+12
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-6/+5
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-061-1/+1
* PR11851 (and duplicates): Whenever a constexpr function is referenced,Richard Smith2012-11-071-7/+4
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-271-4/+13
* Disable our non-standard delayed parsing of exception specifications. DelayingRichard Smith2012-05-021-2/+5
* Fix regression in r154844. If necessary, defer computing adjusted destructorRichard Smith2012-04-211-0/+30
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-161-8/+2
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-301-2/+2
* When overload resolution picks an implicitly-deleted special memberDouglas Gregor2012-02-151-3/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+63