[analyzer] Use the new registration mechanism on some of the experimental internal...
commit72fc7f5b2648f19964256aebfa9c9c7ba2b0f3d8
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Tue, 15 Feb 2011 22:55:20 +0000 (15 22:55 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Tue, 15 Feb 2011 22:55:20 +0000 (15 22:55 +0000)
tree5445a930328f348266327b2ac02ca1a8408acd71
parent2e27f705992a35663fea3ccc33970ede9380d1b1
[analyzer] Use the new registration mechanism on some of the experimental internal checkers:

  CastToStructChecker
  FixedAddressChecker
  PointerArithChecker
  PointerSubChecker

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125612 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp
lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
lib/StaticAnalyzer/Checkers/InternalChecks.h
lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
test/Analysis/array-struct.c
test/Analysis/misc-ps-region-store.m
test/Analysis/misc-ps.m
test/Analysis/ptr-arith.c