[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
Tue May 10 12:27:43 PDT 2022


HazardyKnusperkeks added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:17286
+  // BinPackArguments.
+  // See https://github.com/llvm/llvm-project/issues/55360
+  Alignment = getLLVMStyleWithColumns(50);
----------------
I'd drop that, or at least replace it with https://llvm.org/PR55360.


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