summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/unreachable-catch-clauses.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Generate a diagnostic when a catch handler cannot execute due to class ↵Aaron Ballman2015-04-081-4/+3
| | | | | | hierarchy inversion with regards to other catch handlers for the same block. llvm-svn: 234375
* Partial revert of r229336; this wasn't intended to go in.Aaron Ballman2015-02-151-3/+4
| | | | llvm-svn: 229338
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ↵Aaron Ballman2015-02-151-4/+3
| | | | | | macro. NFC; Clang edition. llvm-svn: 229336
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
| | | | llvm-svn: 126599
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
| | | | llvm-svn: 126037
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Check for identical types in C++ catch expression. Patch by Erik Verbruggen.Sebastian Redl2009-07-291-0/+14
llvm-svn: 77475
OpenPOWER on IntegriCloud