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

Jon Phillips via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 03:57:42 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"
-               "});",
+  verifyFormat("void test() {\n"
----------------
jp4a50 wrote:

I've answered the equivalent question here: https://github.com/llvm/llvm-project/pull/66755#discussion_r1331456960

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


More information about the cfe-commits mailing list