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

Dávid Bolvanský via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 24 02:22:11 PDT 2022


xbolva00 added a comment.

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

> @mbenfield found false positive
>
>   void test(void) {
>     static int counter = 0;
>     counter += 5;
>   }

posted https://reviews.llvm.org/D122374


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100581/new/

https://reviews.llvm.org/D100581



More information about the lldb-commits mailing list