aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/unreachable-code.cpp
AgeCommit message (Expand)Author
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2010-08-28Explicitly handle CXXExprWithTemporaries during CFG construction by just visi...Ted Kremenek
2010-01-13Add an unreachable code checker.Mike Stump