summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/unreachable-code.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly handle CXXExprWithTemporaries during CFG construction by just visi...Ted Kremenek2010-08-281-0/+17
* Add an unreachable code checker.Mike Stump2010-01-131-0/+41