[PATCH] D71226: Also synthesize _cmd and self for properties

Pierre Habouzit via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 9 14:01:31 PST 2019


MadCoder added a comment.

In D71226#1776038 <https://reviews.llvm.org/D71226#1776038>, @rjmccall wrote:

> It'd be nice if we didn't have to synthesize parameters for all declarations when we're just handling an `@interface`, but we can improve that in follow-ups.


yeah ideally I'd want to do it lazily when we emit the direct call, but at this point the Decl is const and that was a huge change to make.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71226





More information about the cfe-commits mailing list