aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/implicit-exception-spec.cpp
AgeCommit message (Expand)Author
2012-11-07PR11851 (and duplicates): Whenever a constexpr function is referenced,Richard Smith
2012-07-27Final piece of core issue 1330: delay computing the exception specification ofRichard Smith
2012-05-02Disable our non-standard delayed parsing of exception specifications. DelayingRichard Smith
2012-04-21Fix regression in r154844. If necessary, defer computing adjusted destructorRichard Smith
2012-04-16Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor
2012-03-30PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith
2012-02-15When overload resolution picks an implicitly-deleted special memberDouglas Gregor
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-06-11Implement support for C++11 in-class initialization of non-static data members.Richard Smith