[clang] Format clang/lib/Sema/Sema.cpp (PR #111518)

via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 8 09:26:12 PDT 2024


cor3ntin wrote:

> Er, while it would be nice for everything to be formatted properly, this might cause some merge conflicts with other people’s changes in `Sema.cpp` (or at least that’s why we don’t do bulk reformatting too often iirc), so I’m not sure we just want to format entire files like this...

Right, use `git clang-format`, that will take care of formatting the file over time without creating churn.


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


More information about the cfe-commits mailing list