[clang] [clang][analyzer] Check initialization and argument passing in FixedAddressChecker (PR #110977)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 4 03:33:30 PDT 2024


balazske wrote:

When `check::Location` is used it looks better to extend the `DereferenceChecker` with this new check that looks simple to add to it (it uses `check::Bind` too, probably this finds the cases when location does not work). Only difficulty is that this is a non-fatal error.

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


More information about the cfe-commits mailing list