[libcxx-commits] [PATCH] D156162: [NFC] Fix release notes about ASan

Tacet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 24 15:36:43 PDT 2023


AdvenamTacet updated this revision to Diff 543722.
AdvenamTacet added a comment.

Including suggestions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156162/new/

https://reviews.llvm.org/D156162

Files:
  libcxx/docs/ReleaseNotes/17.rst


Index: libcxx/docs/ReleaseNotes/17.rst
===================================================================
--- libcxx/docs/ReleaseNotes/17.rst
+++ libcxx/docs/ReleaseNotes/17.rst
@@ -107,8 +107,9 @@
   Users can control whether the debug mode is enabled on a per translation unit basis using the
   ``-D_LIBCPP_ENABLE_DEBUG_MODE=1`` macro. See ``libcxx/docs/Hardening.rst`` for more details.
 
-- ASAN annotations to detect container overflow have been added to the
-  containers ``std::deque``, and ``std::vector``.
+- ASan annotations have been added to the ``std::deque`` container, to detect container overflows.
+
+- ASan container annotations have been extended to cover all allocators in ``std::vector``.
 
 Deprecations and Removals
 -------------------------
@@ -203,9 +204,9 @@
 
 API Changes
 -----------
-- Added ``__asan_annotate_container_with_allocator``, which is is a
-  customization point to allow users to disable Address Sanitizer annotations
-  for containers for specific allocators. See :ref:`turning-off-asan` for more
+- Added ``__asan_annotate_container_with_allocator``, which is a
+  customization point to allow users to disable Address Sanitizer container annotations
+  for specific allocators. See :ref:`turning-off-asan` for more
   information.
 
 ABI Affecting Changes


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156162.543722.patch
Type: text/x-patch
Size: 1305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230724/e25cf5b3/attachment.bin>


More information about the libcxx-commits mailing list