[clang] [analyzer] Improve messaging in security.VAList (PR #157846)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 11 05:37:42 PDT 2025
NagyDonat wrote:
@steakhal I looked through the code of this checker and added a few tests to ensure that all message kinds are covered by the testing (which implies high coverage for the whole checker: most of the logic is "behind" one kind of message). I was a bit surprised to see that I didn't have to add too much: it turns out that my patch preserved many existing messages and didn't introduce too many new situations.
https://github.com/llvm/llvm-project/pull/157846
More information about the cfe-commits
mailing list