[libcxx-commits] [PATCH] D136765: [ASan][libcxx] Annotating std::vector with all allocators

Tacet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 8 07:10:25 PST 2022


AdvenamTacet updated this revision to Diff 473996.
AdvenamTacet marked 2 inline comments as done.
AdvenamTacet added a comment.

With that change, new tests were introduced instead of modifying the old one.

List of changes:

- Changed `16000` to `160000` in comparison with _LIBCPP_CLANG_VER
- Withdrawn removal of a test, the test is now behind `_LIBCPP_CLANG_VER < 160000` guard.
- A tests for annotations with min_allocator added.
- New allocator (returning not aligned buffers for types smaller than 8) added.
- A new test for annotations on an unaligned buffer added.

Does it look good now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136765

Files:
  libcxx/include/vector
  libcxx/test/libcxx/containers/sequences/vector/asan.pass.cpp
  libcxx/test/support/min_allocator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136765.473996.patch
Type: text/x-patch
Size: 5277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221108/7901845f/attachment-0001.bin>


More information about the libcxx-commits mailing list