[all-commits] [llvm/llvm-project] b3a39a: [libc++] Check formatting with clang-format 17 (#6...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Oct 12 14:30:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3a39a9bdb6b3300c872e0229fadbaac430649c1
https://github.com/llvm/llvm-project/commit/b3a39a9bdb6b3300c872e0229fadbaac430649c1
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M libcxx/include/__concepts/swappable.h
M libcxx/include/__ranges/to.h
M libcxx/include/__type_traits/promote.h
M libcxx/test/std/strings/basic.string/string.cons/implicit_deduction_guides.pass.cpp
M libcxx/test/std/strings/string.view/string.view.cons/implicit_deduction_guides.pass.cpp
M libcxx/test/support/counting_projection.h
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++] Check formatting with clang-format 17 (#68928)
This updates the clang-format we use in libc++ to 17. This is necessary
to start running the generated-files checks in GitHub Actions (in
#68920). In fact this is a pre-existing issue regardless of #68920 --
right now our ignore_format.txt job disagrees with the LLVM-wide
clang-format job.
More information about the All-commits
mailing list