================
@@ -23814,6 +23814,20 @@ TEST_F(FormatTest, FormatsLambdas) {
"}",
LLVMWithBeforeLambdaBody);
+ // Make sure we don't put the lambda on a new line when it would be indented
----------------
rmarker wrote:
Sure.
https://github.com/llvm/llvm-project/pull/141576