[clang] [clang][analyzer] Improve PointerSubChecker (PR #96501)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 28 02:20:53 PDT 2024


balazske wrote:

If the array bounds checker does the same job then the array bounds check it is not needed in this checker. Specially if it makes no difference if the indexing is used at pointer subtraction.

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


More information about the cfe-commits mailing list