summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/exceptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud