llvm-project/libcxx/test/std/atomics
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
..
atomics.fences [libc++] Enable <atomic> when threads are disabled 2021-11-17 23:02:58 -05:00
atomics.flag [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI. 2022-02-16 11:03:34 -05:00
atomics.general [libc++] Enable <atomic> when threads are disabled 2021-11-17 23:02:58 -05:00
atomics.lockfree [libc++] Enable <atomic> when threads are disabled 2021-11-17 23:02:58 -05:00
atomics.order [libc++] Enable <atomic> when threads are disabled 2021-11-17 23:02:58 -05:00
atomics.syn [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
atomics.types.generic [libc++][nfc] Add TEST_HAS_NO_THREADS. 2022-02-12 19:24:06 +01:00
atomics.types.operations [libcxx] Add deprecation notices to macros deprecated in P0883R2 2021-12-20 20:30:00 +02:00
types.pass.cpp [libc++][nfc] Add TEST_HAS_NO_THREADS. 2022-02-12 19:24:06 +01:00