summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/unreachable-code-path.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Tweak the UnreachableCode checker to not warning about unreachable...Ted Kremenek2012-02-291-0/+17
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-1/+1
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-1/+1
* Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek2011-03-121-1/+1
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Move the DeadStores checker out of the 'core' package.Argyrios Kyrtzidis2011-02-281-1/+1
* Allow passing a list of comma separated checker names to -analyzer-checker, e.g:Argyrios Kyrtzidis2011-02-241-1/+1
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-171-1/+1
* [analyzer] Use the new registration mechanism on some of the experimental che...Argyrios Kyrtzidis2011-02-151-1/+1
* Don't report dead stores on unreachable code paths. Fixes <rdar://problem/84...Ted Kremenek2011-02-111-2/+2
* UnreachableCodeChecker cleanup and improvementsTom Care2010-10-061-3/+23
* Fixed logic error in UnreachableCodeChecker's marking algorithm that would so...Tom Care2010-08-051-0/+14
* Added some false positive checking to UnreachableCodeCheckerTom Care2010-07-271-8/+37
* Don't warn about unreachable code if the block starts with __builtin_unreacha...Jordy Rose2010-07-271-0/+6
* Added an path-sensitive unreachable code checker to the experimental analyzer...Tom Care2010-07-231-0/+55
OpenPOWER on IntegriCloud