[clang] [clang][dataflow] Copy records relative to the destination type for c… (PR #160557)
Jan Voung via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 24 10:38:34 PDT 2025
https://github.com/jvoung approved this pull request.
Thanks!
And the other copyRecord further down "copyRecord(*LocDst, Env.getResultObjectLocation(*S), Env)" is safe because there is a stricter check "DstDecl->isDerivedFrom(ReturnDecl)"?
https://github.com/llvm/llvm-project/pull/160557
More information about the cfe-commits
mailing list