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

Greg Parker via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 7 13:39:19 PDT 2017


gparker42 added a comment.

This won't work. The property attribute string consists of comma-separated fields. The encoding used here embeds commas into the type value, which will break parsing of the attribute string. You'll need to use a separator other than a comma.


Repository:
  rL LLVM

https://reviews.llvm.org/D27214





More information about the cfe-commits mailing list