[PATCH] D77680: [clang-tidy] misc-unused-parameters: Don't remove parameter from lambda
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 8 07:34:22 PDT 2020
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM as a temporary workaround until we find a better solution.
(I just noticed that we don't need a similar fix for blocks because this check doesn't seem to support blocks: https://godbolt.org/z/HZM2t2)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77680/new/
https://reviews.llvm.org/D77680
More information about the cfe-commits
mailing list