owenca wrote:

> I avoid this by using clang-format binary from main branch in my local. What 
> should I do with this failure?

You can ignore it if running the in-tree clang-format is clean, e.g.:
```
$ clang/tools/clang-format/git-clang-format --binary build/bin/clang-format 
HEAD~
clang-format did not modify any files
$ 
```

https://github.com/llvm/llvm-project/pull/76059
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to