[PATCH] D129443: [clang-format] Add option for aligning requires clause body
Emilia Dreamer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 11 10:52:58 PDT 2022
rymiel marked 2 inline comments as done.
rymiel added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:20036
Style.Language = FormatStyle::LK_Cpp;
+ CHECK_PARSE_BOOL(AlignRequiresClauseBody);
CHECK_PARSE_BOOL(AlignTrailingComments);
----------------
owenpan wrote:
> HazardyKnusperkeks wrote:
> > Please add the parsing test for the enum.
> @rymiel Is this done?
The code this comment was added on has been completely removed; so i guess i'll mark it as done
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129443/new/
https://reviews.llvm.org/D129443
More information about the cfe-commits
mailing list