[PATCH] D138275: [clang][Interp] Avoid leaking init maps of local primitive arrays
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 07:57:23 PST 2022
erichkeane added a comment.
This is REALLY making me concerned again about ownership semantics in the interpreter. I don't have any real concerns with this patch-as-is, but I DO have concerns with the architecture that makes something like this necessary.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138275/new/
https://reviews.llvm.org/D138275
More information about the cfe-commits
mailing list