[libcxx-commits] [libcxx] [ASan][libc++] Annotating `std::basic_string` with all allocators (PR #75845)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 12 15:01:16 PST 2024
================
@@ -0,0 +1,104 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// REQUIRES: asan
+// UNSUPPORTED: c++03
+
+// <string>
----------------
ldionne wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/75845
More information about the libcxx-commits
mailing list