]> granicus.if.org Git - clang/commit
Class Property: create accessors (class methods) for class property.
authorManman Ren <manman.ren@gmail.com>
Wed, 27 Jan 2016 20:10:32 +0000 (20:10 +0000)
committerManman Ren <manman.ren@gmail.com>
Wed, 27 Jan 2016 20:10:32 +0000 (20:10 +0000)
commitf4a6a8ae22ef7be6f57c15a80c8211d9b877b629
treefe9299ce13c2d4bba46c090122d9b380fef36b8c
parent43af7349080431c548ff62553e56b3b7f782a857
Class Property: create accessors (class methods) for class property.

Change a few places where we assume property accessors can only be instance
methods.

rdar://23891898

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258980 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/objc-class-property.m [new file with mode: 0644]