Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Explicitly handle CXXExprWithTemporaries during CFG construction by just ↵ | Ted Kremenek | 2010-08-28 | 1 | -0/+17 |
| | | | | | | visiting the subexpression. While we don't do anything intelligent right now, this obviates a bogus -Wunreahable-code warning reported in PR 6130. llvm-svn: 112334 | ||||
* | Add an unreachable code checker. | Mike Stump | 2010-01-13 | 1 | -0/+41 |
llvm-svn: 93287 |