[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 02:41:32 PDT 2018
christophe-calmejane added a comment.
Ok I found the issue with noexcept, it's not related to your patch.
There is a missing
case tok::kw_noexcept:
in
UnwrappedLineParser::tryToParseLambda
Repository:
rC Clang
https://reviews.llvm.org/D44609
More information about the cfe-commits
mailing list