]> granicus.if.org Git - clang/commit
Move some of the logic about classifying Objective-C methods into
authorJohn McCall <rjmccall@apple.com>
Wed, 2 Mar 2011 01:50:55 +0000 (01:50 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 2 Mar 2011 01:50:55 +0000 (01:50 +0000)
commit85f3d76c0ecfdefcf83ea44a57b7a16119c8a045
tree17c4f0f29745d2882c474b044579594bf16a9002
parentfa0b409ef81f1f70edfa72857c4e211ff50998d5
Move some of the logic about classifying Objective-C methods into
conventional categories into Basic and AST.  Update the self-init checker
to use this logic;  CFRefCountChecker is complicated enough that I didn't
want to touch it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126817 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
include/clang/AST/ExprObjC.h
include/clang/Analysis/DomainSpecific/CocoaConventions.h
include/clang/Basic/IdentifierTable.h
include/clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h
lib/AST/DeclObjC.cpp
lib/Analysis/CocoaConventions.cpp
lib/Basic/IdentifierTable.cpp
lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
lib/StaticAnalyzer/Core/ObjCMessage.cpp