summaryrefslogtreecommitdiffstats
path: root/test/CXX/except
Commit message (Expand)AuthorAgeFilesLines
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-9/+20
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-6/+6
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-6/+6
* PR38141: check whether noexcept-specifications are equivalent in redeclarationsRichard Smith2018-07-121-0/+10
* [Sema][Crash] Correctly handle an non-dependent noexcept expr in function tem...Erich Keane2017-10-121-0/+9
* Address comments that escaped D33333Erich Keane2017-07-051-2/+2
* Emit warning when throw exception in destruct or dealloc functions which has a Erich Keane2017-06-231-5/+4
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-162-0/+19
* PR25890: Fix incoherent error handling in PerformImplicitConversion andRichard Smith2016-10-061-6/+6
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-7/+13
* Promote a warning on ill-formed code (redeclaration missing an exceptionRichard Smith2015-09-303-4/+4
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-172-2/+2
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-4/+4
* Delay checking overrides for exception specifications if the overriddenRichard Smith2014-11-221-0/+15
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-1/+8
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-8/+1
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-1/+8
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-8/+1
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-1/+8
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-2/+2
* 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