MyDeveloperDay added a comment.

> This patch, for the moment, basically disables alignment in the lambdas which 
> is not what I want.

I sort of feel that's ok for now.

> This is still a WIP, but I'd like to have your opinion on how to tackle this 
> problem.

What are we trying to achieve? what is the expected output if not this? From 
what I can tell what you've put in your lists it looks ok

  auto aaaaaaaaaaaaaaaaaaaaa = {};
  auto b                     = g([] {
    return;
  });


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115972

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to