[analyzer] Use the new registration mechanism on the apple checkers:
commite28f02067af36718fa0d436b02bc949d2ef0041d
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Wed, 16 Feb 2011 01:40:52 +0000 (16 01:40 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Wed, 16 Feb 2011 01:40:52 +0000 (16 01:40 +0000)
tree13752886588e9b249358c1600117ee67c004b5b5
parente0ffb8963b386d45364643baca307e423f4befce
[analyzer] Use the new registration mechanism on the apple checkers:

  NilArgChecker
  CFNumberCreateChecker
  NSAutoreleasePoolChecker
  CFRetainReleaseChecker
  ClassReleaseChecker

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125636 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.h
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
test/Analysis/CFNumber.c
test/Analysis/NSString.m
test/Analysis/retain-release-gc-only.m
test/Analysis/retain-release.m