[libcxx-commits] [PATCH] D136765: [ASan][libcxx] Annotating std::vector with all allocators
Tacet via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 23 17:01:01 PST 2023
AdvenamTacet updated this revision to Diff 491565.
AdvenamTacet marked 3 inline comments as done.
AdvenamTacet added a comment.
Fixes suggested in code review.
- Comment "TODO LLVM18..." added.
- Explained why special case is necessary and why the change is possible.
- TEST_CLANG_VER used instead of _LIBCPP_CLANG_VER
- Static assert for type size added.
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.491565.patch
Type: text/x-patch
Size: 6312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230124/a0f43e65/attachment.bin>
More information about the libcxx-commits
mailing list