[PATCH] D129443: [clang-format] Add option for aligning requires clause body

Danil Sidoruk via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 14 01:25:59 PDT 2022


eoanermine updated this revision to Diff 444556.
eoanermine edited the summary of this revision.
eoanermine added a comment.

- Rename AlignRequiresClauseBody to RequiresExpressionIndentation
- Introduce RequiresExpressionIndentationKind as a type of RequiresExpressionIndentation
- Add more tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129443

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129443.444556.patch
Type: text/x-patch
Size: 9493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220714/4dfceb12/attachment.bin>


More information about the cfe-commits mailing list