summaryrefslogtreecommitdiff
path: root/test/SemaCXX/exceptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-251-0/+5
* [Sema] Don't permit catching variably modified typesDavid Majnemer2016-06-081-0/+14
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-4/+19
* Generate a diagnostic when a catch handler cannot execute due to class hierar...Aaron Ballman2015-04-081-0/+76
* Sema: Caught exception objects should be unqualifiedDavid Majnemer2015-03-031-1/+20
* Sema: Properly initialize the thrown exception objectDavid Majnemer2015-03-031-0/+13
* Partial revert of r229336; this wasn't intended to go in.Aaron Ballman2015-02-151-78/+0
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-0/+78
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-061-12/+12
* Per C++11 [except.spec]p2, rvalue references are not permitted in exception s...Richard Smith2012-11-281-0/+2
* PR14388: An array or function type in an exception specification should beRichard Smith2012-11-281-0/+23
* Promote the extension warning for attempts to catch a reference orDouglas Gregor2012-01-241-2/+2
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-12/+12
* 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
* Fix PR8767, improve diagnostic wording when allocating an object of anChandler Carruth2011-02-181-2/+2
* Audit uses of Sema::LookupSingleName for those lookups that areDouglas Gregor2010-04-151-0/+13
* Diagnose attempts to throw an abstract class type.Douglas Gregor2010-04-151-0/+10
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-5/+5
* Downgrade errors when trying to catch a pointer or reference toDouglas Gregor2010-03-081-2/+2
* Revert r97925, it only contained the test updates not the actual fix.Chandler Carruth2010-03-081-2/+2
* Downgrade errors when trying to catch a pointer or reference toDouglas Gregor2010-03-071-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Track down return statements in the handlers of a function-try-block of const...Sebastian Redl2009-04-271-0/+29
* Don't allow catch declarations to name an abstract classSebastian Redl2009-04-271-0/+3
* Improve validation of C++ exception handling: diagnose throwing incomplete ty...Sebastian Redl2009-04-271-0/+67