[PATCH] D29967: Get class property setter selector from property decl if exists
David Herzka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 14 14:37:14 PST 2017
herzka planned changes to this revision.
herzka added a comment.
This issue applies to getters too. I'll make this fix broader.
I think the real fix for both is to construct the ObjCPropertyRefExpr using the ObjCPropertyDecl so that it's considered an explicit property. Currently, it still gets considered implicit, which is not true. I don't know what implications changing that may have, though. This fix seems safer.
https://reviews.llvm.org/D29967
More information about the cfe-commits
mailing list