llvm-project/libcxx/test/std/atomics/atomics.flag
Raul Tambre 1544d1f9fd [libc++] Undeprecate ATOMIC_FLAG_INIT (LWG3659)
According to @aaron.ballman this was marked Tentatively Ready as of 2022-07-07.
D129362 implemented the C counterpart.

Reviewed By: ldionne, #libc, Mordante

Differential Revision: https://reviews.llvm.org/D129380
2022-07-12 08:00:40 +03:00
..
atomic_flag_clear.pass.cpp [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI. 2022-02-16 11:03:34 -05:00
atomic_flag_clear_explicit.pass.cpp [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI. 2022-02-16 11:03:34 -05:00
atomic_flag_test.pass.cpp [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI. 2022-02-16 11:03:34 -05:00
atomic_flag_test_and_set.pass.cpp [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI. 2022-02-16 11:03:34 -05:00
atomic_flag_test_and_set_explicit.pass.cpp [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI. 2022-02-16 11:03:34 -05:00
atomic_flag_test_explicit.pass.cpp [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI. 2022-02-16 11:03:34 -05:00
clear.pass.cpp [libc++] Enable <atomic> when threads are disabled 2021-11-17 23:02:58 -05:00
copy_assign.compile.fail.cpp
copy_ctor.compile.fail.cpp
copy_volatile_assign.compile.fail.cpp
default.pass.cpp [libc++] Enable <atomic> when threads are disabled 2021-11-17 23:02:58 -05:00
init.pass.cpp [libc++] Undeprecate ATOMIC_FLAG_INIT (LWG3659) 2022-07-12 08:00:40 +03:00
test_and_set.pass.cpp [libc++] Enable <atomic> when threads are disabled 2021-11-17 23:02:58 -05:00