summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/unreachable-code.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
| | | | llvm-svn: 126599
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
| | | | llvm-svn: 126037
* Explicitly handle CXXExprWithTemporaries during CFG construction by just ↵Ted Kremenek2010-08-281-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 Stump2010-01-131-0/+41
llvm-svn: 93287
OpenPOWER on IntegriCloud