[clang] [clang-format] Change BinPackParameters to an enum to add a BreakAlways (PR #101882)

via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 6 10:09:23 PDT 2024


VolatileAcorn wrote:

When you say rename, do you mean deprecate `BinPackParameters` like in these changes 6739bb5006bc28e2bdbdb2326eb2c957546634aa but using `BreakParameters` and `Never`/`OnePerLine`/`Always` for the names?

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


More information about the cfe-commits mailing list