[PATCH] D105099: [clang-format] Add an option to put one constructor initializer per line

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 29 03:39:39 PDT 2021


owenpan created this revision.
owenpan added reviewers: djasper, klimek, krasimir, MyDeveloperDay, curdeius, HazardyKnusperkeks.
owenpan added a project: clang-format.
owenpan requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

See PR50549 <https://bugs.llvm.org/show_bug.cgi?id=50549>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105099

Files:
  clang/docs/ClangFormatStyleOptions.rst
  clang/include/clang/Format/Format.h
  clang/lib/Format/Format.cpp
  clang/lib/Format/TokenAnnotator.cpp
  clang/unittests/Format/FormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105099.355169.patch
Type: text/x-patch
Size: 10431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210629/dff05e2b/attachment.bin>


More information about the cfe-commits mailing list