[clang] [clang][Sema] Warn consecutive builtin comparisons in an expression (PR #92200)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 08:50:07 PDT 2024
AaronBallman wrote:
> Set the warning to DefaultIgnore, although -Wparentheses is enabled by default
Do we know why GCC elected to go that route? This seems like something that should be enabled by default because the false positive rate should be quite low.
https://github.com/llvm/llvm-project/pull/92200
More information about the cfe-commits
mailing list