[libcxx-commits] [PATCH] D100410: [libc++] Disentangle std::pointer_safety
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 14 06:17:40 PDT 2021
ldionne updated this revision to Diff 337432.
ldionne added a comment.
Fix tests in c++03 mode, address Arthur's comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100410/new/
https://reviews.llvm.org/D100410
Files:
libcxx/docs/ReleaseNotes.rst
libcxx/include/__config
libcxx/include/__memory/pointer_safety.h
libcxx/include/memory
libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
libcxx/src/memory.cpp
libcxx/test/libcxx/utilities/memory/util.dynamic.safety/get_pointer_safety_cxx03.pass.cpp
libcxx/test/libcxx/utilities/memory/util.dynamic.safety/get_pointer_safety_new_abi.pass.cpp
libcxx/test/std/utilities/memory/util.dynamic.safety/declare_no_pointers.pass.cpp
libcxx/test/std/utilities/memory/util.dynamic.safety/declare_reachable.pass.cpp
libcxx/test/std/utilities/memory/util.dynamic.safety/get_pointer_safety.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100410.337432.patch
Type: text/x-patch
Size: 12108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210414/7bc8e2b0/attachment.bin>
More information about the libcxx-commits
mailing list