summaryrefslogtreecommitdiff
path: root/test/SemaCXX/unreachable-catch-clauses.cpp
AgeCommit message (Expand)Author
2015-04-08Generate a diagnostic when a catch handler cannot execute due to class hierar...Aaron Ballman
2015-02-15Partial revert of r229336; this wasn't intended to go in.Aaron Ballman
2015-02-15Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman
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
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-29Check for identical types in C++ catch expression. Patch by Erik Verbruggen.Sebastian Redl