summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* [analyzer] Add experimental ObjC invalidation method checker.Anna Zaks2012-09-261-0/+319
This checker is annotation driven. It checks that the annotated invalidation method accesses all ivars of the enclosing objects that are objects of type, which in turn contains an invalidation method. This is driven by __attribute((annotation("objc_instance_variable_invalidator")). llvm-svn: 164716
OpenPOWER on IntegriCloud