[clang] [clang-format] Add PackParameters enum option to replace BinPackParameters. (PR #101882)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 4 15:00:52 PDT 2024
VolatileAcorn wrote:
Sorry, I incorrectly assumed that I needed to create a new option if I was changing an option from a bool to an enum.
I can change this back to have the same name and add the true / false cases to the enumeration parsing function.
https://github.com/llvm/llvm-project/pull/101882
More information about the cfe-commits
mailing list