[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
commit5102e3767fb7090532615bccb126a2db0e73a424
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Thu, 17 Feb 2011 21:39:33 +0000 (17 21:39 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Thu, 17 Feb 2011 21:39:33 +0000 (17 21:39 +0000)
treeba32d283b3e96e358891fc14519365cf057ea1fe
parent3c7eae32b489cb163f2fa1e2f7b7e10b4fd3758f
[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:

  DeadStoresChecker
  ObjCMethSigsChecker
  ObjCUnusedIvarsChecker
  SizeofPointerChecker
  ObjCDeallocChecker
  SecuritySyntaxChecker

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125779 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
include/clang/Driver/CC1Options.td
include/clang/Frontend/Analyses.def
include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
lib/Driver/Tools.cpp
lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
test/Analysis/MissingDealloc.m
test/Analysis/NSWindow.m
test/Analysis/ObjCRetSigs.m
test/Analysis/PR2978.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/security-syntax-checks-no-emit.c
test/Analysis/security-syntax-checks.m
test/Analysis/sizeofpointer.c
test/Analysis/unreachable-code-path.c
test/Analysis/unused-ivars.m