Class Property: generate metadata for class properties in categories.
authorManman Ren <manman.ren@gmail.com>
Fri, 29 Jan 2016 23:45:01 +0000 (23:45 +0000)
committerManman Ren <manman.ren@gmail.com>
Fri, 29 Jan 2016 23:45:01 +0000 (23:45 +0000)
commit96df0b33f6a253eb65a4088649c44c9b479e099a
tree76f936541adc5f3988f321338853e3da9089133e
parent63634cb0bc6e3b33af062efe6e488276948c61b3
Class Property: generate metadata for class properties in categories.

The list of class properties is saved in
Old ABI: category->class_properties (category->size will be updated as well)
New ABI: category->class_properties (a flag in objc_image_info to indicate
         whether or not the list of class properties is present)

rdar://23891898

llvm-svn: 259267
clang/lib/CodeGen/CGObjCMac.cpp
clang/test/CodeGenObjC/metadata-class-properties.m [new file with mode: 0644]