[PATCH] D109557: Adds a BreakBeforeClosingParen option
Cameron Mulhern via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 15 16:07:46 PDT 2021
csmulhern marked an inline comment as done.
csmulhern added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:22301
+ auto Style = getLLVMStyle();
+ Style.BreakBeforeClosingParen = true;
+
----------------
HazardyKnusperkeks wrote:
> Could you also add tests for `false`, even though they are spread over the other test cases. That way the option can completely be tested with this case.
Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109557/new/
https://reviews.llvm.org/D109557
More information about the cfe-commits
mailing list