Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | Daniel Dunbar | 2010-06-29 | 1 | -2/+2 |
| | | | | llvm-svn: 107153 | ||||
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -2/+2 |
| | | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460 | ||||
* | Add 'has_feature(cxx_exceptions)' to allow code to determine via ↵ | Ted Kremenek | 2009-12-03 | 1 | -0/+11 |
preprocessor logic if C++ exceptions are enabled. llvm-svn: 90378 |