[PATCH] D143091: [clang-format] PackConstructorInitializers support PCIS_OnlyNextLine

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 1 12:33:26 PST 2023


HazardyKnusperkeks added a comment.

An entry in the changelog would be nice.



================
Comment at: clang/lib/Format/ContinuationIndenter.cpp:1406-1408
+      CurrentState.BreakBeforeParameter = !(
+          Style.PackConstructorInitializers == FormatStyle::PCIS_NextLine ||
+          Style.PackConstructorInitializers == FormatStyle::PCIS_OnlyNextLine);
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143091



More information about the cfe-commits mailing list