[clang] [Sema] Diagnose tautological bounds checks (PR #120222)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 18 12:26:49 PST 2024


nikic wrote:

@nathanchance You are correct, this warning should indeed respect `-fwrapv`/`-fno-strict-overflow`. Your patch looks reasonable to me as well.

https://github.com/llvm/llvm-project/pull/120222


More information about the cfe-commits mailing list