[libcxx-commits] [PATCH] D101206: [libc++] Remove UB in list, forward_list and __hash_table
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 18 07:42:59 PDT 2023
ldionne updated this revision to Diff 556950.
ldionne added a comment.
Rebase onto main, which contains the refactoring. Keep _LIBCPP_STANDALONE_DEBUG on the node types to avoid breaking debug info in C++03.
I don't know how to add a test for this change, suggestions welcome.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101206/new/
https://reviews.llvm.org/D101206
Files:
libcxx/include/__hash_table
libcxx/include/forward_list
libcxx/include/list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101206.556950.patch
Type: text/x-patch
Size: 11945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230918/d7863260/attachment-0001.bin>
More information about the libcxx-commits
mailing list