llvm-capstone/libcxx/include/__atomic
Mark de Wever 5b7bb56a05 [libc++] Clang-tidy enable modernize-use-nullptr.
Clang-tidy 18 no longer has false positives with the spaceship operator.
Note that I'm quite sure there are more occurrences in our headers that
are not caught.

This relands https://github.com/llvm/llvm-project/pull/76659 with fixes
tested in https://github.com/llvm/llvm-project/pull/78746.
2024-01-21 13:08:18 +01:00
..
aliases.h [libc++] Refactor atomic_{unsigned,signed}_lock_free (#73041) 2023-11-22 14:54:40 -05:00
atomic_base.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
atomic_flag.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
atomic_init.h [libc++] Remove outdated _LIBCPP_CLANG_VER check (#71759) 2023-11-09 09:09:39 -10:00
atomic_lock_free.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
atomic_sync.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
atomic.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
check_memory_order.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
contention_t.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
cxx_atomic_impl.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
fence.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
is_always_lock_free.h [libc++] Clang-tidy enable modernize-use-nullptr. 2024-01-21 13:08:18 +01:00
kill_dependency.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
memory_order.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00