]> granicus.if.org Git - clang/commit
[analyzer] Move the DeadStores checker out of the 'core' package.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 28 Feb 2011 01:27:12 +0000 (01:27 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 28 Feb 2011 01:27:12 +0000 (01:27 +0000)
commita676d501a001657892c483bd4d651650e168f337
tree64bebb9d141f799e0f5d33043b21022f3fb0ed30
parent103487088211c13ff3ae66f265130c56fb6be025
[analyzer] Move the DeadStores checker out of the 'core' package.

-Now it gets enabled with '-analyzer-checker=DeadStores'.
-The driver passes the above flag by default.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126612 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
lib/StaticAnalyzer/Checkers/Checkers.td
test/Analysis/NSWindow.m
test/Analysis/analyzer-stats.c
test/Analysis/conditional-op-missing-lhs.c
test/Analysis/dead-stores.c
test/Analysis/dead-stores.cpp
test/Analysis/dead-stores.m
test/Analysis/rdar-6540084.m
test/Analysis/unreachable-code-path.c