[PATCH] D152495: [Clang][SemaCXX] Add unused warning for variables declared in condition expressions

Mikhail Goncharov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 30 05:39:48 PDT 2023


goncharov added a comment.

there is a number of unused vaiables in conditional loops there are firing now, I have submitted  https://github.com/llvm/llvm-project/commit/74f4daef0412be33002bd4e24a30cb47d0187ecf but I suspect it's just a start.
How did you checked the project code for that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152495



More information about the cfe-commits mailing list