[libcxx-commits] [PATCH] D146815: [ASan][libc++] Annotating std::deque with all allocators
Tacet via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 18 12:28:29 PDT 2023
AdvenamTacet updated this revision to Diff 541674.
AdvenamTacet marked 3 inline comments as done.
AdvenamTacet added a comment.
Rebase and suggested changes.
Thank you @ldionne for the review!
This update:
- `assert.h` -> `cassert`,
- removes `stdlib.h`,
- `new char[...]` instead of `malloc`,
- does rebase,
- `delete[]` instead of `free`.
@philnik is there anything more you want to see in the patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146815/new/
https://reviews.llvm.org/D146815
Files:
libcxx/include/deque
libcxx/test/libcxx/containers/sequences/deque/asan.pass.cpp
libcxx/test/libcxx/containers/sequences/deque/asan_turning_off.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146815.541674.patch
Type: text/x-patch
Size: 4669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230718/ba8d4b7a/attachment-0001.bin>
More information about the libcxx-commits
mailing list