[clang] [alpha.webkit.UncountedCallArgsChecker] Fix a false negative when a call argument is a local variable. (PR #129974)
Ryosuke Niwa via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 6 12:53:32 PST 2025
rniwa wrote:
On hindsight, the existing code is correct. We're lying on local variable checker to check the liveness of a local variable. Call arguments checker was just relying on that.
https://github.com/llvm/llvm-project/pull/129974
More information about the cfe-commits
mailing list