[clang-format] PackConstructorInitializers support PCIS_OnlyNextLine
authorBackl1ght <backlight.zzk@gmail.com>
Mon, 6 Feb 2023 10:47:11 +0000 (18:47 +0800)
committerBackl1ght <backlight.zzk@gmail.com>
Mon, 6 Feb 2023 11:39:05 +0000 (19:39 +0800)
commitc24cdd58a1445e9741d89137f18f1ec9c89ecead
tree0aa3c393613c104788ce94e8ec0997cedcab0d6a
parent9166842bc6fbd9c9b45134aa09a44b68ad1d7f02
[clang-format] PackConstructorInitializers support PCIS_OnlyNextLine

fixes https://github.com/llvm/llvm-project/issues/60241

Differential Revision: https://reviews.llvm.org/D143091
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Format/Format.h
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/Format.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/ConfigParseTest.cpp
clang/unittests/Format/FormatTest.cpp