owenpan added inline comments.
================ Comment at: clang/unittests/Format/FormatTest.cpp:25570-25575 + " else {\n" + " if (d) {\n" + " e;\n" + " f;\n" + " }\n" + " }\n" ---------------- curdeius wrote: > Why isn't this block changed like this? > I might be missing something... It would cause a dangling `else` error because the last `else` would be paired with the inner merged `else if`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127260/new/ https://reviews.llvm.org/D127260 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits