[PATCH] D125162: [clang-format] fix alignment w/o binpacked args
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 7 04:48:37 PDT 2022
HazardyKnusperkeks added a comment.
For me there needs no bug report, but could you comment on the misformatting without the patch?
================
Comment at: clang/unittests/Format/FormatTest.cpp:17289
+ Alignment.BinPackArguments = false;
+ {
+ const char *Expected = "struct A {\n"
----------------
Drop the scope, we don't have that in other tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125162/new/
https://reviews.llvm.org/D125162
More information about the cfe-commits
mailing list