summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/unreachable-catch-clauses.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate a diagnostic when a catch handler cannot execute due to class hierar...Aaron Ballman2015-04-081-4/+3
* Partial revert of r229336; this wasn't intended to go in.Aaron Ballman2015-02-151-3/+4
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-4/+3
* 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
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Check for identical types in C++ catch expression. Patch by Erik Verbruggen.Sebastian Redl2009-07-291-0/+14
OpenPOWER on IntegriCloud