[libcxx-commits] [libcxx] [ASan][libc++] Update string ASan annotations to zero-overhead (PR #76165)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 22 11:37:15 PST 2023
ldionne wrote:
I would prefer that we understand whether https://github.com/llvm/llvm-project/pull/76082 is sufficient first, and if it's not, then we can go ahead with this change. I'm worried about this change because it's really reducing the readability of our string implementation, which at this point is already borderline unmanageable. So I would only do this if we absolutely must, and that would need to include the justification for this change, i.e. what concrete problem we are solving.
https://github.com/llvm/llvm-project/pull/76165
More information about the libcxx-commits
mailing list