[clang] [Clang] Overflow Pattern Exclusions (PR #100272)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 14 12:31:28 PDT 2024


https://github.com/efriedma-quic commented:

I think serialization is missing for the new bit on BinaryOperator.  I'm not sure why we're storing it in the first place, though; it's queried in exactly one place, so there isn't really any benefit to precomputing it.

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


More information about the cfe-commits mailing list