[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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174781 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/StaticAnalyzer/Checkers/Checkers.td 5 additions, 1 deletionlib/StaticAnalyzer/Checkers/Checkers.td
- lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp 86 additions, 44 deletionslib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
- test/Analysis/objc_invalidation.m 32 additions, 16 deletionstest/Analysis/objc_invalidation.m
Please register or sign in to comment