[libcxx-commits] [PATCH] D136765: [ASan][libcxx] Annotating std::vector with all allocators
Hans Wennborg via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 23 06:54:00 PDT 2023
hans added a comment.
In D136765#4212222 <https://reviews.llvm.org/D136765#4212222>, @AdvenamTacet wrote:
> If we first land D132092 <https://reviews.llvm.org/D132092> (annotations for std::deque with default allocator only), there will be no silent error, as a missing function in `compiler-rt` causes an error.
Yes, that is indeed much nicer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136765/new/
https://reviews.llvm.org/D136765
More information about the libcxx-commits
mailing list