[libcxx-commits] [PATCH] D91706: [libc++] [P0482] [C++20] Implement missing bits for atomic

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 23 00:30:20 PST 2020


curdeius updated this revision to Diff 306968.
curdeius added a comment.

- Fix tests for compilers with C++20 but without char8_t (clang < 8, gcc < 9).
- Rebase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91706/new/

https://reviews.llvm.org/D91706

Files:
  libcxx/include/atomic
  libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
  libcxx/test/std/atomics/atomics.lockfree/lockfree.pass.cpp
  libcxx/test/std/atomics/atomics.types.generic/integral.pass.cpp
  libcxx/test/std/atomics/atomics.types.generic/integral_typedefs.pass.cpp
  libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
  libcxx/test/std/atomics/types.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91706.306968.patch
Type: text/x-patch
Size: 8863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201123/6917162f/attachment.bin>


More information about the libcxx-commits mailing list