[libcxx-commits] [PATCH] D132769: [2b/3][ASan][libcxx] std::basic_string annotations
Tacet via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 24 09:27:07 PST 2023
AdvenamTacet updated this revision to Diff 500238.
AdvenamTacet marked 3 inline comments as done.
AdvenamTacet added a comment.
This update:
- removes one unnecessary call to `__annotate_delete()`,
- typedef -> using,
- moves 3 tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132769/new/
https://reviews.llvm.org/D132769
Files:
libcxx/include/__string/extern_template_lists.h
libcxx/include/string
libcxx/test/std/strings/basic.string/string.asan/append.pass.cpp
libcxx/test/std/strings/basic.string/string.asan/assign.pass.cpp
libcxx/test/std/strings/basic.string/string.asan/concatenate.pass.cpp
libcxx/test/std/strings/basic.string/string.asan/constructor.pass.cpp
libcxx/test/std/strings/basic.string/string.asan/erase.pass.cpp
libcxx/test/std/strings/basic.string/string.asan/insert.pass.cpp
libcxx/test/std/strings/basic.string/string.asan/push_pop_back.pass.cpp
libcxx/test/std/strings/basic.string/string.asan/replace.pass.cpp
libcxx/test/std/strings/basic.string/string.capacity/reserve.asan.pass.cpp
libcxx/test/std/strings/basic.string/string.modifiers/string_swap/swap.asan.pass.cpp
libcxx/test/std/strings/basic.string/string.ops/string_substr/substr.asan.pass.cpp
libcxx/test/support/asan_testing.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132769.500238.patch
Type: text/x-patch
Size: 115856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230224/c1f715a6/attachment-0001.bin>
More information about the libcxx-commits
mailing list