[PATCH] D104222: [clang-format] [PR50702] Lamdba processing does not respect AfterClass and AfterNamespace

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 16 01:15:29 PDT 2021


MyDeveloperDay added a comment.



> @MyDeveloperDay 
> Of course, sorry for the delay, here it is: https://github.com/christophe-calmejane/Hive/blob/master/.clang-format

You don't have `AllowShortLambdasOnASingleLine` set to be `false` or `None`

If you did The only difference (with this current patch) would be the positioning of the first arguments on `paramBeforeAndAfterLambda` and `doubleLambda` (I'm not sure the reason for why that is)

F17423148: image.png <https://reviews.llvm.org/F17423148>


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

https://reviews.llvm.org/D104222



More information about the cfe-commits mailing list