[PATCH] D141098: [clang-format][NFC] Set LineEnding to LF in config files

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 7 18:30:27 PST 2023


owenpan added a comment.

In D141098#4108286 <https://reviews.llvm.org/D141098#4108286>, @sunho wrote:

> I think buildbot is "formatting" the patch using clang-format-15. The tests of clang-format would be done with latest code.

Can we just fix the buildbot so that it runs git-clang-format with `--binary`? Using clang-format-15 to format a patch to clang-format-16 source still looks wrong to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141098/new/

https://reviews.llvm.org/D141098



More information about the cfe-commits mailing list