[PATCH] D27214: [ObjC] Encode type arguments in property information string constants

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 30 16:31:12 PST 2016


ahatanak added a comment.

Do you know whether this patch would have any effect on the objective-c runtime? I suspect it wouldn't cause the runtime to crash, but I don't know how the runtime uses the encoded type information.

Other than that, the changes made in this patch look good to me.


Repository:
  rL LLVM

https://reviews.llvm.org/D27214





More information about the cfe-commits mailing list