[libcxx-commits] [PATCH] D154874: [libc++][doc] Updates the release notes.
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 15 20:44:19 PDT 2023
jloser accepted this revision.
jloser added a comment.
Looks good - just left a comment on a minor typo. Thanks!
================
Comment at: libcxx/docs/ReleaseNotes.rst:95
+- ASAN annotations to detect container overflow have been added to the
+ containters ``std::deque``, and ``vector``.
+
----------------
philnik wrote:
>
Quibble: typo. s/containters/containers
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154874/new/
https://reviews.llvm.org/D154874
More information about the libcxx-commits
mailing list