[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.
commit2e27f705992a35663fea3ccc33970ede9380d1b1
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Tue, 15 Feb 2011 22:55:14 +0000 (15 22:55 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Tue, 15 Feb 2011 22:55:14 +0000 (15 22:55 +0000)
treeda2b341dcd33fcceb973671483226bebe60ee7f0
parentb868ee21632de3539c0fab1a9ff05e404cbd2f31
[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125611 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/clang/Driver/CC1Options.td
include/clang/Frontend/AnalyzerOptions.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/ExperimentalChecks.h
lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
test/Analysis/dead-stores.c
test/Analysis/idempotent-operations-limited-loops.c
test/Analysis/idempotent-operations.c
test/Analysis/idempotent-operations.cpp
test/Analysis/idempotent-operations.m
test/Analysis/misc-ps-region-store.m
test/Analysis/misc-ps.m
test/Analysis/null-deref-ps.c
test/Analysis/uninit-vals-ps-region.m