summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/exceptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Track down return statements in the handlers of a function-try-block of ↵Sebastian Redl2009-04-271-0/+29
| | | | | | constructors. Meh ... llvm-svn: 70256
* Don't allow catch declarations to name an abstract classSebastian Redl2009-04-271-0/+3
| | | | llvm-svn: 70248
* Improve validation of C++ exception handling: diagnose throwing incomplete ↵Sebastian Redl2009-04-271-0/+67
types and jumps into protected try-catch scopes. llvm-svn: 70242
OpenPOWER on IntegriCloud