[libcxx-commits] [PATCH] D151953: [libc++] Fix std::copy and std::move for ranges with potentially overlapping tail padding
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 1 17:33:16 PDT 2023
philnik created this revision.
philnik added a reviewer: ldionne.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This fixes thr bug reported in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108846.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151953
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/copy_move_common.h
libcxx/include/__string/constexpr_c_functions.h
libcxx/include/__type_traits/datasizeof.h
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151953.527679.patch
Type: text/x-patch
Size: 10578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230602/f456aada/attachment.bin>
More information about the libcxx-commits
mailing list