[PATCH] D109642: -Wunused-but-set-parameter/-Wunused-but-set-variable Add to the release notes
Michael Benfield via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 13 09:01:54 PDT 2021
mbenfield added a comment.
I'd request small changes for grammar:
`Wunused-but-set-parameter` and `-Wunused-but-set-variable` emit warnings
when a parameter or a variable is set but not used.
Otherwise LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109642/new/
https://reviews.llvm.org/D109642
More information about the cfe-commits
mailing list