summaryrefslogtreecommitdiff
path: root/test/Parser/cxx-stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* If a comma operator is followed by a token which unambiguously indicates theRichard Smith2012-09-181-0/+8
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* fix PR5500: clang fails to parse inline asm with :: in C++ mode Chris Lattner2009-12-201-0/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* fix PR5740: a colon is sacred when parsing case statement expressions!Chris Lattner2009-12-101-3/+16
* rename testcaseChris Lattner2009-12-101-0/+41