[PATCH] D137954: Enable roundeven.

Leon Clark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 04:41:30 PST 2022


Leonc added a comment.

In D137954#3936521 <https://reviews.llvm.org/D137954#3936521>, @foad wrote:

> 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.

Thanks. I've applied the changes now.


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