[libcxx-commits] [PATCH] D146214: [ASan][libc++] Annotating std::basic_string with all allocators

Tacet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 24 04:45:26 PDT 2023


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

Previous update removed 4 lines too much, this reverted this part of the previous one.
It also adds `__asan_annotate_container_with_allocator` check there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146214

Files:
  libcxx/include/string
  libcxx/test/libcxx/containers/strings/no_asan.pass.cpp
  libcxx/test/support/asan_testing.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146214.508052.patch
Type: text/x-patch
Size: 5486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230324/75ba65f7/attachment-0001.bin>


More information about the libcxx-commits mailing list