[PATCH] D71226: Also synthesize _cmd and self for properties
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 9 14:08:22 PST 2019
rjmccall added a comment.
Alternatively, we could make IRGen not depend on those parameters being set just to call a function, which seems reasonable since the parameter variables are logically internal to the implementation.
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