[PATCH] D140860: [Diagnostics][NFC] Fix -Wlogical-op-parentheses warning inconsistency for const and constexpr values
Takuya Shimizu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 10 08:02:53 PST 2023
hazohelet added a comment.
> FWIW a lot of build systems support setting CXXFLAGS/CFLAGS before invoking the build system/build generator (cmake, for instance) and respects those - so might be relatively easy to add a new warning flag to the build (& CXX/CC to set the compiler to point to your local build with the patch/changes)
Thanks for your advice! I'll give it a try. It might be a nice opportunity for me to learn some compiler development methods.
> So, based on best guess at least from grepping - you don't find any new instances of the warning in these code bases?
No, I did not find any.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140860/new/
https://reviews.llvm.org/D140860
More information about the cfe-commits
mailing list