]> granicus.if.org Git - clang/commit
Re-enable the IdempotentOperations checker for --analyze, and put it and the DeadStor...
authorTed Kremenek <kremenek@apple.com>
Sat, 12 Mar 2011 06:14:28 +0000 (06:14 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 12 Mar 2011 06:14:28 +0000 (06:14 +0000)
commitade3195a201e16e989e9f93a568fb1806519077c
tree2671c9b5f751eb53e295e6fc5ea8875373cb802d
parent7084da3e944fdfaa922dda0d57c0fe4cb7b88178
Re-enable the IdempotentOperations checker for --analyze, and put it and the DeadStores checker into the "deadcode" group.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127531 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
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/idempotent-operations-limited-loops.c
test/Analysis/idempotent-operations.c
test/Analysis/idempotent-operations.cpp
test/Analysis/idempotent-operations.m
test/Analysis/idempotent-operations.plist [new file with mode: 0644]
test/Analysis/misc-ps-region-store.m
test/Analysis/misc-ps.m
test/Analysis/null-deref-ps.c
test/Analysis/rdar-6540084.m
test/Analysis/uninit-vals-ps-region.m
test/Analysis/unreachable-code-path.c