mizvekov wrote: It's recommended to avoid introducing pure clang-format changes mixed with other non-style changes.
The recommended way to avoid that is to run clang-format on the modified files on a separate commit, and then just merge that, no review required. https://github.com/llvm/llvm-project/pull/67566 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits