summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/unreachable-code.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Analysis] -Wunreachable-code shouldn't fire on the increment of a fo...Sam McCall2019-02-151-5/+0
* [Analysis] -Wunreachable-code shouldn't fire on the increment of a foreach loopSam McCall2019-02-151-0/+5
* [-Wunreachable-code] add a specialized diagnostic for unreachable increment e...Ted Kremenek2014-03-211-2/+2
* Start breaking -Wunreachable-code up into different diagnostic groups.Ted Kremenek2014-03-151-1/+1
* [-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...Ted Kremenek2014-03-061-2/+14
* 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
OpenPOWER on IntegriCloud