[clang] [clang][NFC] Format clang/lib/Sema/Sema.cpp (PR #83974)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 5 01:01:42 PST 2024
Endilll wrote:
Bulk formatting of Clang is still under discussion in https://discourse.llvm.org/t/rfc-clang-format-all-the-things/76614. At least I don't see a consensus called there one way or another.
Our [developer policy](https://llvm.org/docs/DeveloperPolicy.html) states the following:
> Avoid committing formatting- or whitespace-only changes outside of code you plan to make subsequent changes to.
So yeah, we can't merge this at the moment, unfortunately. This might change in the future, though, as more people lean towards bulk formatting after several years of very slow gradual reformatting with accordance to our current policy.
https://github.com/llvm/llvm-project/pull/83974
More information about the cfe-commits
mailing list