[PATCH] D148131: Avoid unnecessarily aggressive line-breaking when using "LambdaBodyIndentation: OuterScope" with argument bin-packing.

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 8 14:20:47 PDT 2023


owenpan added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:22575
+#if 0
+  // FIXME: As long as all the non-lambda arguments fit on a single line, AlwaysBreak
+  // doesn't force an initial line break, even if lambdas span multiple lines.
----------------
This line is too long. Will fix it before merging.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148131/new/

https://reviews.llvm.org/D148131



More information about the cfe-commits mailing list