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