[PATCH] D100581: [Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable

Michael Benfield via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 22 14:06:01 PDT 2021


mbenfield marked 4 inline comments as done.
mbenfield added a comment.

In D100581#2705780 <https://reviews.llvm.org/D100581#2705780>, @xbolva00 wrote:

> Meanwhile I collected some interesting testcases from gcc bugzilla (reported as false positives), please try:
> https://godbolt.org/z/747ndKEvd - No "unused-but-set" warnings expected.

FWIW, neither of these "unused-but-set" warnings were triggered on any of that code (although some other warnings were).


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