aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-try-catch.cpp
AgeCommit message (Expand)Author
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-07-06Don't try to type-check a copy construction of an exceptionDouglas Gregor
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-05-18Deal with an icky corner case where we were complaining that a catchDouglas Gregor