llvm-capstone/libcxx/include/__atomic
Louis Dionne 9783f28cbb
[libc++] Format the code base (#74334)
This patch runs clang-format on all of libcxx/include and libcxx/src, in
accordance with the RFC discussed at [1]. Follow-up patches will format
the benchmarks, the test suite and remaining parts of the code. I'm
splitting this one into its own patch so the diff is a bit easier to
review.

This patch was generated with:

   find libcxx/include libcxx/src -type f \
      | grep -v 'module.modulemap.in' \
      | grep -v 'CMakeLists.txt' \
      | grep -v 'README.txt' \
      | grep -v 'libcxx.imp' \
      | grep -v '__config_site.in' \
      | xargs clang-format -i

A Git merge driver is available in libcxx/utils/clang-format-merge-driver.sh
to help resolve merge and rebase issues across these formatting changes.

[1]: https://discourse.llvm.org/t/rfc-clang-formatting-all-of-libc-once-and-for-all
2023-12-18 14:01:33 -05: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
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