summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-07-02 19:27:56 +0000
committerJordan Rose <jordan_rose@apple.com>2012-07-02 19:27:56 +0000
commit6bad4905d73ef9634e23709ba79747e83b27881c (patch)
tree7a2fd03e588399deb2060f19255a4d926c804e11 /clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
parent7ab0182e33eee81dfc884e9cf95863bcaf30bab0 (diff)
downloadbcm5719-llvm-6bad4905d73ef9634e23709ba79747e83b27881c.tar.gz
bcm5719-llvm-6bad4905d73ef9634e23709ba79747e83b27881c.zip
[analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends.
Previously, the CallEvent subclass ObjCMessageInvocation was just a wrapper around the existing ObjCMessage abstraction (over message sends and property accesses). Now, we have abstract CallEvent ObjCMethodCall with subclasses ObjCMessageSend and ObjCPropertyAccess. In addition to removing yet another wrapper object, this should make it easy to add a ObjCSubscriptAccess call event soon. llvm-svn: 159558
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud