summaryrefslogtreecommitdiff
path: root/test/CXX/except
Commit message (Expand)AuthorAgeFilesLines
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+2
* Clean up language and grammar.Eric Christopher2014-05-201-1/+1
* PR16638, DR1552: the exception specification on an implicitly-declaredRichard Smith2014-02-071-8/+12
* MSVC 2013 type trait supportAlp Toker2014-01-201-5/+5
* Take cv-qualifiers on fields of class type into account when determiningRichard Smith2013-11-251-2/+2
* Preserve exception specs in function decl merging.Eli Friedman2013-09-061-0/+5
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-221-1/+1
* Add support for computing the exception specification for an inheritingRichard Smith2013-04-101-0/+23
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-222-6/+10
* Call __cxa_begin_catch with the current exception beforeJohn McCall2013-02-121-2/+3
* Don't do delayed exception-specification checking on an invalidDouglas Gregor2013-02-011-0/+11
* PR14141 (part of DR1351): An implicitly-deduced "any" exception specificationRichard Smith2012-10-211-0/+38
* Rework implementation of DR1492: Apply the resolution to operator delete too,Richard Smith2012-10-202-5/+45
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-192-0/+2
* PR13381: consider cv-qualifiers on a class member's type when determining whichRichard Smith2012-07-181-0/+24
* Recover better from a missing 'typename' in a function template definition.Richard Smith2012-05-161-3/+3
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-171-2/+2
* In C++11 mode, when an integral constant expression is desired and we have aRichard Smith2012-02-041-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-1311-11/+11
* After instantiating a 'noexcept' expression, be sure to convert it toDouglas Gregor2011-10-091-2/+10
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-192-3/+5
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-6/+7
* When profiling FunctionProtoTypes, don't canonicalize the expressionDouglas Gregor2011-06-141-0/+53
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-1/+13
* The expression in a noexcept exception-specification is aDouglas Gregor2011-06-011-0/+13
* Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall2011-05-281-1/+1
* Back out r132209; it's breaking nightly tests.Eli Friedman2011-05-271-1/+1
* Implement a new, much improved version of the cleanup hack. We just needJohn McCall2011-05-271-1/+1
* Fix test case.Sebastian Redl2011-03-151-4/+5
* More robust check for the special C++0x operator new workaround.Sebastian Redl2011-03-151-2/+2
* Implement a hack to work around the changing exception specification of opera...Sebastian Redl2011-03-151-0/+11
* Reintroduce r127617: "Code generation for noexcept." with fixes.Sebastian Redl2011-03-152-0/+29
* Revert r127617: "Code generation for noexcept."Jakob Stoklund Olesen2011-03-152-31/+0
* Code generation for noexcept.Sebastian Redl2011-03-142-0/+31
* Implement instantiation of noexcept spec and add a test case.Sebastian Redl2011-03-141-0/+12
* Add another, pretty trivial, exception spec test case.Sebastian Redl2011-03-141-0/+12
* Make deallocation functions implicitly noexcept in C++0x.Sebastian Redl2011-03-141-0/+24
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-126-9/+392
* Parser support for noexcept specifications.Sebastian Redl2011-03-051-0/+49
* Semantic checking for exception specifications should be triggered byJohn McCall2011-03-021-1/+1
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-7/+7
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-7/+7
* Apparently the {{$}} hack doesn't work on Windows; I am saddened but notJohn McCall2010-07-081-2/+5
* Mark calls to 'throw()' functions as nounwind, and mark the functions nounwindJohn McCall2010-07-081-17/+19
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-9/+12
* Provide exception specifications for implicitly-declared default constructors.Douglas Gregor2010-07-011-0/+26
* Provide exception specifications for implicitly-declared copy constructors.Douglas Gregor2010-07-011-0/+44
* Provide an exception-specification for an implicitly-declaredDouglas Gregor2010-07-011-0/+17