[PATCH] D137954: Enable roundeven.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 03:19:42 PST 2022


foad added a comment.

In D137954#3933743 <https://reviews.llvm.org/D137954#3933743>, @Leonc wrote:

> The warning is from clang-format. It wants to make 86 changes over hundreds of lines unrelated to this patch. F25358601: clang-format-changes.diff <https://reviews.llvm.org/F25358601>

No, it only wants correct formatting for the lines you actually changed in your patch. If you "install" git clang-format, by making sure llvm-project/clang/tools/clang-format/git-clang-format is on your $PATH, then you can run: `git clang-format @^`. This is what the Harbormaster build does.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137954



More information about the llvm-commits mailing list