[libcxx-commits] [libcxx] [ASan][libc++] Optimization of container annotations (PR #76082)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 21 08:17:08 PST 2023
AdvenamTacet wrote:
String changes from that PR are probably no longer needed, because of ongoing work on [zero cost string ASan annotations](https://github.com/llvm/llvm-project/pull/76165).
Not sure if we want to include that in `std::vector` and `std::deque`, probably if we want to do something, we want to do same thing as in `std::string`, inside `std::vector` and `std::deque`.
@EricWF if you agree, please close this PR without a merge.
https://github.com/llvm/llvm-project/pull/76082
More information about the libcxx-commits
mailing list