Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Class Property: generate metadata for class properties in protocols. | Manman Ren | 2016-01-29 | 1 | -1/+1 |
| | | | | | | | | | | The list of class properties is saved in Old ABI: protocol->ext->class_properties (protocol->ext->size will be updated) New ABI: protocol->class_properties (protocol->size will be updated) rdar://23891898 llvm-svn: 259268 | ||||
* | [Objective-C metadata patch]. Patch to allocate one more space for | Fariborz Jahanian | 2015-03-31 | 1 | -0/+17 |
Protocol objects in OBJC2. rdar://20286356 llvm-svn: 233766 |