[libcxx-commits] [PATCH] D145628: [ASan][libcxx] A way to turn off annotations for containers with a specific allocator
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 30 14:08:00 PDT 2023
ldionne accepted this revision as: ldionne.
ldionne added a comment.
I'm not super happy with this patch, I wish it weren't necessary. But it seems like the arena case where destructors aren't actually called indeed requires it and I can't think of an easy way to support this otherwise, so LGTM. I will let @philnik give the final approval, but don't consider it blocked on me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145628/new/
https://reviews.llvm.org/D145628
More information about the libcxx-commits
mailing list