hanchenye-llvm-project/clang/test/CXX/except/except.spec
Douglas Gregor d1cff77200 When profiling FunctionProtoTypes, don't canonicalize the expression
in a noexcept exception specification because it isn't part of the
canonical type. This ensures that we keep the exact expression written
in the noexcept exception specification, rather than accidentally
"adopting" a previously-written and canonically "equivalent" function
prototype. Fixes PR10087.

llvm-svn: 132998
2011-06-14 16:42:44 +00:00
..
canonical.cpp When profiling FunctionProtoTypes, don't canonicalize the expression 2011-06-14 16:42:44 +00:00
p1.cpp The expression in a noexcept exception-specification is a 2011-06-01 15:55:51 +00:00
p2-dynamic-types.cpp Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
p2-places.cpp Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
p3.cpp Fix test case. 2011-03-15 21:15:06 +00:00
p5-pointers.cpp Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
p5-virtual.cpp Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
p9-dynamic.cpp Convert Clang over to resuming from landing pads with llvm.eh.resume. 2011-05-28 21:13:02 +00:00
p9-noexcept.cpp Reintroduce r127617: "Code generation for noexcept." with fixes. 2011-03-15 18:42:48 +00:00
p11.cpp Add another, pretty trivial, exception spec test case. 2011-03-14 18:51:44 +00:00
p14-ir.cpp Move unnamed_addr after the function arguments on Sabre's request. 2011-01-25 19:10:24 +00:00
p14.cpp Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00
p15.cpp Make deallocation functions implicitly noexcept in C++0x. 2011-03-14 18:08:30 +00:00
template.cpp Implement instantiation of noexcept spec and add a test case. 2011-03-14 18:51:50 +00:00