[clang] [clang-format] Disable OuterScope lambda indentation behaviour for constructor initializers (PR #66755)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 19 15:49:45 PDT 2023


================
@@ -22537,10 +22537,12 @@ TEST_F(FormatTest, FormatsLambdas) {
                "  }\n"
                "}",
                Style);
-  verifyFormat("std::sort(v.begin(), v.end(),\n"
-               "          [](const auto &foo, const auto &bar) {\n"
-               "  return foo.baz < bar.baz;\n"
-               "});",
----------------
owenca wrote:

Can you put it back in? In general, we want to keep existing test cases.

https://github.com/llvm/llvm-project/pull/66755


More information about the cfe-commits mailing list