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)
commit59e34ececfa38ca198ff8f05094ccdaa4d2d5b28
tree7d8190bf4dc0f2cfccbe6efb696a5188de7b7dc5
parentc7dd722f0fc37ee5f1fbde97c000957fa9d46d12
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.

llvm-svn: 165716
clang/lib/AST/DeclObjC.cpp