[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
Thu Oct 3 08:25:17 PDT 2024
balazske wrote:
I changed the variable names and now `PreCall` is used so it should work with other call cases. Tests are not added for all cases like default values. I plan to split the tests from **ptr-arith.c** into separate C and C++ files (the checker is planned to be moved into the `optin` package).
https://github.com/llvm/llvm-project/pull/110977
More information about the cfe-commits
mailing list