aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/exceptions.cpp
AgeCommit message (Expand)Author
2012-11-28Per C++11 [except.spec]p2, rvalue references are not permitted in exception s...Richard Smith
2012-11-28PR14388: An array or function type in an exception specification should beRichard Smith
2012-01-24Promote the extension warning for attempts to catch a reference orDouglas Gregor
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
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-02-18Fix PR8767, improve diagnostic wording when allocating an object of anChandler Carruth
2010-04-15Audit uses of Sema::LookupSingleName for those lookups that areDouglas Gregor
2010-04-15Diagnose attempts to throw an abstract class type.Douglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-03-08Downgrade errors when trying to catch a pointer or reference toDouglas Gregor
2010-03-08Revert r97925, it only contained the test updates not the actual fix.Chandler Carruth
2010-03-07Downgrade errors when trying to catch a pointer or reference toDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-27Track down return statements in the handlers of a function-try-block of const...Sebastian Redl
2009-04-27Don't allow catch declarations to name an abstract classSebastian Redl
2009-04-27Improve validation of C++ exception handling: diagnose throwing incomplete ty...Sebastian Redl