[PATCH] D109557: Adds a BreakBeforeClosingParen option

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 15 11:34:40 PDT 2021


HazardyKnusperkeks added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:22301
+  auto Style = getLLVMStyle();
+  Style.BreakBeforeClosingParen = true;
+
----------------
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.


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