[PATCH] D121849: [scudo][NFC] Rename local variables to avoid shadowing class members

Dominic Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 10:39:46 PDT 2022


ddcc added a comment.

That's fair, we're building the standalone version out-of-tree with `-Weverything -Werror` among other things in our build system, which is why I've been seeing more warnings. Not sure if anything needs to be done then for the in-tree standalone build, since `-Wall` isn't documented to include `-Wshadow`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121849



More information about the llvm-commits mailing list