bojle wrote: @RKSimon please take a look at this
also, are there any special settings for clang-format while its running in actions? I run the following: ``` git clang-format --style=file HEAD~1 ``` it selects `.clang-format` that looks like this: ``` BasedOnStyle: LLVM ``` no changes required locally, but in actions, its reporting some odd kind of format. https://github.com/llvm/llvm-project/pull/161547 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
