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)
commitd36f7d5a9af82c1c6d5615ae1611995111e5486c
treee68fea5648099a3299f6a1888e6f0c6256186c9b
parentefe1bacd92a315b74f526f21419559dac93738ab
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

llvm-svn: 258980
clang/include/clang/AST/DeclObjC.h
clang/lib/Sema/SemaDeclObjC.cpp
clang/lib/Sema/SemaObjCProperty.cpp
clang/test/SemaObjC/objc-class-property.m [new file with mode: 0644]