[PATCH] D121849: [scudo][NFC] Rename local variables to avoid shadowing class members
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 17:38:37 PDT 2022
vitalybuka added inline comments.
================
Comment at: compiler-rt/lib/scudo/standalone/release.h:21
+ ReleaseRecorder(uptr _Base, MapPlatformData *_Data = nullptr)
+ : Base(_Base), Data(_Data) {}
----------------
LLVM use this very often, I would rather disable this warning
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