[all-commits] [llvm/llvm-project] b18a46: [libc++][NFC] Add a few clang-format annotations (...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Dec 4 12:17:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b18a46e35d69e4148a147256c70472d0a16e00e8
https://github.com/llvm/llvm-project/commit/b18a46e35d69e4148a147256c70472d0a16e00e8
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M libcxx/include/__availability
M libcxx/include/__format/escaped_output_table.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__iterator/iter_swap.h
M libcxx/include/__string/extern_template_lists.h
M libcxx/include/__utility/integer_sequence.h
M libcxx/include/bitset
M libcxx/include/chrono
M libcxx/include/memory
M libcxx/include/span
M libcxx/include/sstream
M libcxx/include/string
M libcxx/include/string_view
M libcxx/include/tuple
M libcxx/include/unordered_set
M libcxx/include/vector
M libcxx/src/locale.cpp
M libcxx/utils/generate_escaped_output_table.py
M libcxx/utils/generate_extended_grapheme_cluster_table.py
Log Message:
-----------
[libc++][NFC] Add a few clang-format annotations (#74352)
This is in preparation for clang-formatting the whole code base. These
annotations are required either to avoid clang-format bugs or because
the manually formatted code is significantly more readable than the
clang-formatted alternative. All in all, it seems like very few
annotations are required, which means that clang-format is doing a very
good job in most cases.
More information about the All-commits
mailing list