[PATCH] D153205: [clang-format] Add new block type ListInit

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 17 12:38:47 PDT 2023


owenpan added a comment.

It seems to me that there has been a proliferation of new options being proposed and/or accepted recently. I'd like to remind everyone of the long-standing policy <https://clang.llvm.org/docs/ClangFormatStyleOptions.html#adding-additional-style-options> of adding new options. That being said, I wonder if we should add a new language `LK_C` along with its variants C78 (i.e. K&R C), C89 (i.e. ANSI C), GNU extensions (e.g. #55745 <https://github.com/llvm/llvm-project/issues/55745> and #62755 <https://github.com/llvm/llvm-project/issues/62755>), etc.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153205/new/

https://reviews.llvm.org/D153205



More information about the cfe-commits mailing list