[libcxx-commits] [PATCH] D72240: Implement C++20 std::atomic_ref and test

Ben Trapani via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 18 09:21:52 PST 2020


Friendly ping on this, how does the most recent revision look?

On Sun, Jan 12, 2020 at 11:35 AM Benjamin Trapani via Phabricator <
reviews at reviews.llvm.org> wrote:

> BenjaminTrapani updated this revision to Diff 237546.
> BenjaminTrapani added a comment.
>
> Provide only two versions of __cxx_atomic_pointer_to_data that perform
> different cast operations. Get rid of type-specific versions by extracting
> original type qualifiers and re-annoting atomic type.
>
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D72240/new/
>
> https://reviews.llvm.org/D72240
>
> Files:
>   libcxx/include/atomic
>   libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
>   libcxx/test/std/atomics/atomics.types.generic/address.pass.cpp
>
> libcxx/test/std/atomics/atomics.types.generic/assign_to_atomic_ref_deleted.fail.cpp
>   libcxx/test/std/atomics/atomics.types.generic/integral.pass.cpp
>
> libcxx/test/std/atomics/atomics.types.generic/test_compare_exchange_helpers.h
>   libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.pass.cpp
>
> libcxx/test/std/atomics/atomics.types.generic/trivially_copyable_ref.fail.cpp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200118/1888c38c/attachment-0001.html>


More information about the libcxx-commits mailing list