[clang] [clang][analyzer] Add checker 'alpha.core.FixedAddressDereference' (PR #127191)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 14 02:54:35 PST 2025
balazske wrote:
The checker is alpha because there are known problems with it which I plan to fix later.
A problem is with the bugpath messages where a constant pointer was assumed to be a null pointer but after this checker (or even before it?) this is not true.
https://github.com/llvm/llvm-project/pull/127191
More information about the cfe-commits
mailing list