summaryrefslogtreecommitdiff
path: root/test/Parser/cxx-stmt.cpp
AgeCommit message (Expand)Author
2012-09-18If a comma operator is followed by a token which unambiguously indicates 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-20fix PR5500: clang fails to parse inline asm with :: in C++ mode Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-10fix PR5740: a colon is sacred when parsing case statement expressions!Chris Lattner
2009-12-10rename testcaseChris Lattner