Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If a comma operator is followed by a token which unambiguously indicates the | Richard Smith | 2012-09-18 | 1 | -0/+8 |
| | | | | | | | | start of a statement or the end of a compound-statement, diagnose the comma as a typo for a semicolon. Patch by Ahmed Bougacha! Additional test cases and minor refactoring by me. llvm-svn: 164085 | ||||
* | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson | 2011-02-28 | 1 | -1/+1 |
| | | | | llvm-svn: 126599 | ||||
* | Pass -fexceptions to all tests that use try/catch/throw. | Anders Carlsson | 2011-02-19 | 1 | -1/+1 |
| | | | | llvm-svn: 126037 | ||||
* | fix PR5500: clang fails to parse inline asm with :: in C++ mode | Chris Lattner | 2009-12-20 | 1 | -0/+6 |
| | | | | llvm-svn: 91802 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -2/+2 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | fix PR5740: a colon is sacred when parsing case statement expressions! | Chris Lattner | 2009-12-10 | 1 | -3/+16 |
| | | | | llvm-svn: 91016 | ||||
* | rename testcase | Chris Lattner | 2009-12-10 | 1 | -0/+41 |
llvm-svn: 91015 |