]> granicus.if.org Git - clang/commit
ObjCMethodDecl::findPropertyDecl: bail out early if not an instance method.
authorJordan Rose <jordan_rose@apple.com>
Thu, 11 Oct 2012 16:02:02 +0000 (16:02 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 11 Oct 2012 16:02:02 +0000 (16:02 +0000)
commit50d2b268d7a49719fe9dae89195ff809c4572dbf
tree6d8fef211f6c91e5509d54d89ea2cffcfade1b4b
parentbabaf31d401310464db93627ef6b195a7ffb1029
ObjCMethodDecl::findPropertyDecl: bail out early if not an instance method.

Currently, Objective-C does not support class properties, even though it
allows calling class methods with dot syntax.

No intended functionality change; purely optimization.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165716 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclObjC.cpp