[all-commits] [llvm/llvm-project] 9c97e4: [libc++] [P0482] [C++20] Implement missing bits fo...
Marek Kurdej via All-commits
all-commits at lists.llvm.org
Tue Nov 24 12:08:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9c97e4ef4529ee2b518af6c1f2f68d2634946b3a
https://github.com/llvm/llvm-project/commit/9c97e4ef4529ee2b518af6c1f2f68d2634946b3a
Author: Marek Kurdej <marek at quasardb.net>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
M libcxx/include/atomic
M libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
M libcxx/test/std/atomics/atomics.lockfree/lockfree.pass.cpp
M libcxx/test/std/atomics/atomics.types.generic/integral.pass.cpp
M libcxx/test/std/atomics/atomics.types.generic/integral_typedefs.pass.cpp
M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
M libcxx/test/std/atomics/types.pass.cpp
Log Message:
-----------
[libc++] [P0482] [C++20] Implement missing bits for atomic
Added: ATOMIC_CHAR8_T_LOCK_FREE, atomic<char8_t>, atomic_char8_t.
http://wg21.link/P0482
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D91706
More information about the All-commits
mailing list