[PATCH] D44609: [Clang-Format] New option BeforeLambdaBody to manage lambda line break inside function parameter call (in Allman style)
Christophe Calmejane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 4 01:48:55 PDT 2018
christophe-calmejane added a comment.
Actually, without your change to HasMultipleNestedBlocks, I'm almost getting the expected result: Lambda body is correctly indented (and not by function name's length).
The only thing not working (and it's not either way, with or without your change to HasMultipleNestedBlocks), is nested lambdas. The body is not properly indented (but it's not that bad).
About the "noexcept" issue, it might not be related to your patch, I'm not sure. Although the "mutable" tag is working as expected.
Repository:
rC Clang
https://reviews.llvm.org/D44609
More information about the cfe-commits
mailing list