aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/throw-expressions.cpp
AgeCommit message (Expand)Author
2013-05-16Merging r181465:Bill Wendling
2013-05-08Merging r181368:Bill Wendling
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-10-15Handle an edge case involving the conditional operator and throw expressions....Eli Friedman
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
2010-10-29Don't assert on attempts to throw 'bool'. I wonder if in the history of C++John McCall
2010-01-23Insulate these from changes to the default for -Wunreachable-code.Mike Stump
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-07Correctly handle conditional operators involving throw.Eli Friedman