[lld] [DRAFT][clang-format][lld] Run clang-format on lld (PR #80461)

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 11:15:13 PST 2024


https://github.com/MatzeB commented:

Thanks for submitting this so we can have a constructive discussion on the effects of auto-formatting!

Generally: We should take some time and tweak `clang-format` settings before mass-formatting. We should also get used to more `// clang-format off` usage when auto-formatting. In my experience working 3 years in am auto-formatted project, you usually you have to get used to not always achieving the same level of "beauty" of human written code. But in my opinion the overal improvements is worth it for big projects with a lot of developers...

https://github.com/llvm/llvm-project/pull/80461


More information about the llvm-commits mailing list