[libcxx-commits] [PATCH] D132090: [1a/3][ASan][compiler-rt] API for double ended containers
Vitaly Buka via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 21 13:59:32 PST 2022
vitalybuka accepted this revision.
vitalybuka added a comment.
Something is broken in this implementation see D138459 <https://reviews.llvm.org/D138459>
Also it does not support unaligned container.
I have a draft of more generic implementation __sanitizer_annotate_double_ended_contiguous_container and __sanitizer_annotate_contiguous_container, so I land the patch as-is and switch to the new implementaion later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132090/new/
https://reviews.llvm.org/D132090
More information about the libcxx-commits
mailing list