[libcxx-commits] [libcxx] [ASan][libc++] Turn on ASan annotations for short strings (PR #75882)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 16 13:08:54 PST 2024
================
@@ -74,17 +74,11 @@ TEST_CONSTEXPR bool is_string_asan_correct(const std::basic_string<ChrT, TraitsT
if (TEST_IS_CONSTANT_EVALUATED)
----------------
ldionne wrote:
`is_string_short` above can be removed, I think it's not used anymore.
https://github.com/llvm/llvm-project/pull/75882
More information about the libcxx-commits
mailing list