[PATCH] D77586: Allow parameter names to be elided in a function definition in C
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 7 11:56:24 PDT 2020
dexonsmith added a comment.
In D77586#1967052 <https://reviews.llvm.org/D77586#1967052>, @erik.pilkington wrote:
> > This also adds the same feature to ObjC blocks under the assumption that ObjC wishes to follow the C standard in this regard.
>
> SGTM - thats generally been the idea for blocks.
Note that `-fblocks` is a C extension, not just Objective-C. (SGTM to me too.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77586/new/
https://reviews.llvm.org/D77586
More information about the cfe-commits
mailing list