[libcxx-commits] [PATCH] D82490: [libcxx] Put clang::trivial_abi on std::unique_ptr
Vy Nguyen via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 1 12:27:07 PDT 2020
oontvoo updated this revision to Diff 274887.
oontvoo added a comment.
Add test only arg destruction order.
(This is the only test that can shows a difference between the two modes in Microsoft ABI)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82490/new/
https://reviews.llvm.org/D82490
Files:
libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst
libcxx/docs/index.rst
libcxx/include/__config
libcxx/include/memory
libcxx/test/libcxx/memory/trivial_abi/shared_ptr_arg.pass.cpp
libcxx/test/libcxx/memory/trivial_abi/unique_ptr_arg.pass.cpp
libcxx/test/libcxx/memory/trivial_abi/unique_ptr_array.pass.cpp
libcxx/test/libcxx/memory/trivial_abi/unique_ptr_destruction_order.pass.cpp
libcxx/test/libcxx/memory/trivial_abi/unique_ptr_ret.pass.cpp
libcxx/test/libcxx/memory/trivial_abi/weak_ptr_ret.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82490.274887.patch
Type: text/x-patch
Size: 19051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200701/bedaee92/attachment-0001.bin>
More information about the libcxx-commits
mailing list