Details
Details
- Reviewers
vitalybuka eugenis cryptoad mcgrathr hctim
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/release.h | ||
---|---|---|
21 | LLVM use this very often, I would rather disable this warning |
Comment Actions
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?
Comment Actions
I am not sure it's practical to enforce such rules on dependencies.
Can you use -isystem to include SCUDO to avoid warnings there?
LLVM use this very often, I would rather disable this warning