summaryrefslogtreecommitdiff
path: root/test/SemaCXX/unreachable-catch-clauses.cpp
Commit message (Expand)AuthorAge
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-28
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-19
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Check for identical types in C++ catch expression. Patch by Erik Verbruggen.Sebastian Redl2009-07-29