[all-commits] [llvm/llvm-project] f7f864: [libc++] Improve the format ignorelist generation.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Fri Feb 17 09:02:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7f86451ecd78e0b48be905da7f9ae5f7f92647e
https://github.com/llvm/llvm-project/commit/f7f86451ecd78e0b48be905da7f9ae5f7f92647e
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-02-17 (Fri, 17 Feb 2023)
Changed paths:
R libcxx/src/support/solaris/README
A libcxx/src/support/solaris/README.txt
M libcxx/utils/ci/run-buildbot
M libcxx/utils/data/ignore_format.txt
M libcxx/utils/generate_ignore_format.sh
Log Message:
-----------
[libc++] Improve the format ignorelist generation.
Several improvements
- Only add files that we actually want to format.
- Sort according to a fixed locale.
Some drive-by fixes
- Rename a text file, this avoids a filter exception.
- Adds a some missing source files extensions.
- Removes unused extensions hh, hxx, cc, and cxx from clang-format.
Reviewed By: philnik, #libc
Differential Revision: https://reviews.llvm.org/D144126
More information about the All-commits
mailing list