aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/except
AgeCommit message (Expand)Author
2013-04-22C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith
2013-04-10Add support for computing the exception specification for an inheritingRichard Smith
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-12Call __cxa_begin_catch with the current exception beforeJohn McCall
2013-02-01Don't do delayed exception-specification checking on an invalidDouglas Gregor
2012-10-21PR14141 (part of DR1351): An implicitly-deduced "any" exception specificationRichard Smith
2012-10-20Rework implementation of DR1492: Apply the resolution to operator delete too,Richard Smith
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-07-18PR13381: consider cv-qualifiers on a class member's type when determining whichRichard Smith
2012-05-16Recover better from a missing 'typename' in a function template definition.Richard Smith
2012-04-17Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith
2012-02-04In C++11 mode, when an integral constant expression is desired and we have aRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-09After instantiating a 'noexcept' expression, be sure to convert it toDouglas Gregor
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-06-14When profiling FunctionProtoTypes, don't canonicalize the expressionDouglas Gregor
2011-06-11Implement support for C++11 in-class initialization of non-static data members.Richard Smith
2011-06-01The expression in a noexcept exception-specification is aDouglas Gregor
2011-05-28Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall
2011-05-27Back out r132209; it's breaking nightly tests.Eli Friedman
2011-05-27Implement a new, much improved version of the cleanup hack. We just needJohn McCall
2011-03-15Fix test case.Sebastian Redl
2011-03-15More robust check for the special C++0x operator new workaround.Sebastian Redl
2011-03-15Implement a hack to work around the changing exception specification of opera...Sebastian Redl
2011-03-15Reintroduce r127617: "Code generation for noexcept." with fixes.Sebastian Redl
2011-03-15Revert r127617: "Code generation for noexcept."Jakob Stoklund Olesen
2011-03-14Code generation for noexcept.Sebastian Redl
2011-03-14Implement instantiation of noexcept spec and add a test case.Sebastian Redl
2011-03-14Add another, pretty trivial, exception spec test case.Sebastian Redl
2011-03-14Make deallocation functions implicitly noexcept in C++0x.Sebastian Redl
2011-03-12Propagate the new exception information to FunctionProtoType.Sebastian Redl
2011-03-05Parser support for noexcept specifications.Sebastian Redl
2011-03-02Semantic checking for exception specifications should be triggered byJohn McCall
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-07-08Apparently the {{$}} hack doesn't work on Windows; I am saddened but notJohn McCall
2010-07-08Mark calls to 'throw()' functions as nounwind, and mark the functions nounwindJohn McCall
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall
2010-07-01Provide exception specifications for implicitly-declared default constructors.Douglas Gregor
2010-07-01Provide exception specifications for implicitly-declared copy constructors.Douglas Gregor
2010-07-01Provide an exception-specification for an implicitly-declaredDouglas Gregor
2010-07-01Add Sema test case for exception-specifiers implicitly added to destructors.Douglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-03-05When declaring a catch block in C++, make sure that the type beingDouglas Gregor