index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
unreachable-code-path.c
Age
Commit message (
Expand
)
Author
2011-08-03
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-03-24
Rework checker "packages" and groups to be more hierarchical.
Ted Kremenek
2011-03-12
Re-enable the IdempotentOperations checker for --analyze, and put it and the ...
Ted Kremenek
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Move the DeadStores checker out of the 'core' package.
Argyrios Kyrtzidis
2011-02-24
Allow passing a list of comma separated checker names to -analyzer-checker, e.g:
Argyrios Kyrtzidis
2011-02-17
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-15
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-11
Don't report dead stores on unreachable code paths. Fixes <rdar://problem/84...
Ted Kremenek
2010-10-06
UnreachableCodeChecker cleanup and improvements
Tom Care
2010-08-05
Fixed logic error in UnreachableCodeChecker's marking algorithm that would so...
Tom Care
2010-07-27
Added some false positive checking to UnreachableCodeChecker
Tom Care
2010-07-27
Don't warn about unreachable code if the block starts with __builtin_unreacha...
Jordy Rose
2010-07-23
Added an path-sensitive unreachable code checker to the experimental analyzer...
Tom Care