[PATCH] D109557: Adds a BreakBeforeClosingParen option
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 16 12:28:04 PDT 2021
MyDeveloperDay added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:22414
+
+ EXPECT_EQ("int a = (int)b;", format("int a = (\n"
+ " int\n"
----------------
can't this just be verifyFormat but with 3 arguments?
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