llvm-project/clang/test/CXX/except/except.spec
Richard Smith c25be71426 PR14141 (part of DR1351): An implicitly-deduced "any" exception specification
produces an exception of 'noexcept(false)' and is thus compatible with an
explicit exception specification of 'noexcept(false)'.

llvm-svn: 166404
2012-10-21 23:00:34 +00:00
..
canonical.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
p1.cpp Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. 2012-04-17 00:58:00 +00:00
p2-dynamic-types.cpp Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
p2-places.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
p3.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
p4.cpp Rework implementation of DR1492: Apply the resolution to operator delete too, 2012-10-20 08:26:51 +00:00
p5-pointers.cpp Recover better from a missing 'typename' in a function template definition. 2012-05-16 23:40:17 +00:00
p5-virtual.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
p9-dynamic.cpp Throw the switch to convert clang to the new exception handling model! 2011-09-19 20:31:14 +00:00
p9-noexcept.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
p11.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
p14-ir.cpp clang side to match the LLVM IR type system rewrite patch. 2011-07-09 17:41:47 +00:00
p14.cpp PR14141 (part of DR1351): An implicitly-deduced "any" exception specification 2012-10-21 23:00:34 +00:00
p15.cpp Rework implementation of DR1492: Apply the resolution to operator delete too, 2012-10-20 08:26:51 +00:00
template.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00