[PATCH] D100581: [Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 22 15:16:33 PDT 2021
aeubanks added a comment.
Looks good in terms of false positives on Chrome. This did uncover a lot of issues, although many of them are due to only using some variable in some config with `#ifdef`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100581/new/
https://reviews.llvm.org/D100581
More information about the cfe-commits
mailing list