[PATCH] D61147: [Sema][ObjC] Add a flavor of -Wunused-parameter that doesn't diagnose unused parameters of ObjC methods
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 25 20:47:34 PDT 2019
ahatanak added a comment.
Yes, I guess we can make `-Wunused-parameter ` cover unused parameters of pure @implementation methods too since users can probably just remove them to silence the warning.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61147/new/
https://reviews.llvm.org/D61147
More information about the cfe-commits
mailing list