[clang] [clang][analyzer] StreamChecker: Add more APIs, invalidate fscanf args (PR #82476)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 21 03:26:50 PST 2024
https://github.com/balazske commented:
How does this relate to the other PR #79470 (why comes this new patch when there is another for the same problem)?
I think it is better to first commit #79470, then add remaining functions `getc`, `putc`, `vfscanf`, `vfprintf`. These should be added anyway in a separate change because it is less related to invalidation.
https://github.com/llvm/llvm-project/pull/82476
More information about the cfe-commits
mailing list