[PATCH] D146042: [clang-format] Fix numerous issues with "LambdaBodyIndentation: OuterScope" option

Jon Phillips via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 15 05:21:04 PDT 2023


jp4a50 added inline comments.


================
Comment at: clang/docs/ClangFormatStyleOptions.rst:3540
 
+       someMethod(someOtherMethod(
+           [](SomeReallyLongLambdaSignatureArgument foo) {
----------------
jp4a50 wrote:
> MyDeveloperDay wrote:
> > This code may come from Format.h
> Sorry, I'm not sure I understand.
> 
> Do you mean that this code should *also* be added to the corresponding documentation in `Format.h`? Or do you mean that the documentation in this file is programatically generated from `Format.h` and I should therefore only put it there? Or something else?
Ahh I've found `dump_format_style.py` now. Will fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146042



More information about the cfe-commits mailing list