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

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 26 09:07:14 PDT 2024


balazske wrote:

The warning message may be still misleading if the LHS or RHS "arrays" are non-array variables. Is it better to improve the messages in this case (or detect if `offsetof` can be used and include it in the message)?

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


More information about the cfe-commits mailing list