[flang-commits] [flang] [Flang] Add parsing and attribute registration for SIMPLE procedures (PR #159763)
Šárka Holendová via flang-commits
flang-commits at lists.llvm.org
Fri Sep 26 10:31:16 PDT 2025
mlir-maiden wrote:
> > I am also having issues with git clang-format on 4 files (tools.h, call.cpp, tools.cpp, resolve-names.cpp). It keeps reformatting more than I touched.
>
> I recommend using the latest clang-format that's built as part of your LLVM tree. You can set it for llvm-project via `git config clangFormat.binary /path/to/your/clang-format` .
I’m already using the clang-format from my llvm-project build and double-checked that. I still struggle with the last 4 files being over-formatted. Once formatting noise enters a branch, git clang-format seems to keep it as part of the diff. I tried fresh checkouts, manual edits, and several git clang-format runs. Locally my diff looks clean, but online I keep seeing unexpected formatting. Please advise if these 4 files are acceptable as-is or if I should restart with a clean PR. Thank you :)
https://github.com/llvm/llvm-project/pull/159763
More information about the flang-commits
mailing list