| commit | 96df0b33f6a253eb65a4088649c44c9b479e099a | [log] [tgz] |
|---|---|---|
| author | Manman Ren <manman.ren@gmail.com> | Fri Jan 29 23:45:01 2016 +0000 |
| committer | Manman Ren <manman.ren@gmail.com> | Fri Jan 29 23:45:01 2016 +0000 |
| tree | 76f936541adc5f3988f321338853e3da9089133e | |
| parent | 63634cb0bc6e3b33af062efe6e488276948c61b3 [diff] |
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