[libc-commits] [libc] [libc] Added type-generic macros for fixed-point functions (PR #129371)
via libc-commits
libc-commits at lists.llvm.org
Thu Mar 6 12:02:58 PST 2025
PiJoules wrote:
> the code-formatting check seems to be failing even though running `git clang-format HEAD~1` does not modify any files. is the issue on my side or is the action itself broken?
Does your `HEAD~1` refer to the last commit in this PR chain? If so, I think it will only format the diff'd lines between the most recent 2 commits. I think if you instead pass `main` (or maybe `origin/main`) then git-clang-format should use the appropriate diff?
https://github.com/llvm/llvm-project/pull/129371
More information about the libc-commits
mailing list