[libcxx-commits] [libcxx] [libc++][doc] Update the release notes for LLVM 18 (PR #78324)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 16 10:51:04 PST 2024
================
@@ -89,6 +105,11 @@ Improvements and New Features
- The ``_LIBCPP_ENABLE_CXX20_REMOVED_SHARED_PTR_UNIQUE`` macro has been added to make
the function ``std::shared_ptr<...>::unique()`` available.
+- Asan annotations have been added to ``std::basic_string``.
----------------
AdvenamTacet wrote:
The standard capitalization for ASan is with a capital S.
```suggestion
- ASan annotations have been added to ``std::basic_string``.
```
https://github.com/llvm/llvm-project/pull/78324
More information about the libcxx-commits
mailing list