llvm-project/libcxx/test/std/atomics/atomics.flag
Arthur O'Dwyer f033bf88b4 [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI.
We shouldn't be calling these functions via ADL -- and neither should anybody
in the wild be calling it via ADL, so it's not like we need to test
the ADL ability of these functions in particular.

Reviewed as part of D119860.
2022-02-16 11:03:34 -05: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 [libcxx] Add deprecation notices to macros deprecated in P0883R2 2021-12-20 20:30:00 +02:00
test_and_set.pass.cpp [libc++] Enable <atomic> when threads are disabled 2021-11-17 23:02:58 -05:00