[PATCH] D68108: Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized.

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 28 00:04:16 PDT 2019


rjmccall added a comment.

Also, I think it would be good if there was a more explicit method for asking whether a method is a synthesized definition.  Basically, there's a tri-state: there are pure declarations, user-provided definitions, and synthetic definitions.  IRGen should emit a function when it sees either of the latter two, but it might have to use special code for synthetic definitions.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68108/new/

https://reviews.llvm.org/D68108





More information about the cfe-commits mailing list