[analyzer] Split IvarInvalidation into two checkers
authorAnna Zaks <ganna@apple.com>
Fri, 8 Feb 2013 23:55:47 +0000 (23:55 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 8 Feb 2013 23:55:47 +0000 (23:55 +0000)
commit91a5fdf83a8d4ff0be81cc556ebc8d25ab96f2ff
treeebbc76715e37d00751ddb9d9e4ba1671375f4858
parent470543bb2b8dcd1ae3f5486bf009e5e76b5ac670
[analyzer] Split IvarInvalidation into two checkers

Separate the checking for the missing invalidation methods into a
separate checker so that it can be turned on/off independently.

llvm-svn: 174781
clang/lib/StaticAnalyzer/Checkers/Checkers.td
clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
clang/test/Analysis/objc_invalidation.m