aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-throw.cpp
AgeCommit message (Expand)Author
2012-05-09Push the knowledge that we are parsing a type-id/type-name further into theRichard Smith
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-16Fixup __extension__ i = 1 parsing. Thanks Eli!Mike Stump
2009-05-15Fixup parsing for (throw,throw) and __extension__ throw 1.Mike Stump