[PATCH] D52676: [clang-format] tweaked another case of lambda formatting

Oleg Smolsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 13:40:55 PDT 2020


oleg.smolsky added a comment.

@MyDeveloperDay that's the exact point. I authored this change to close a gap in some lambda formatting cases. The tests (existing, modified and added) express all relevant cases that I knew at the time.

@jaafar, @curdeius - this is just C++ code. Nothing is set in stone. Of course there are other cases that are effected by this change. The right way forward here is for you guys to author a new change. Ideally, the change will bring the new test, format it to your liking and change nothing else.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D52676



More information about the llvm-commits mailing list