[PATCH] D71512: [clang-format] Fix short block when braking after control statement

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 14 15:48:19 PST 2019


MyDeveloperDay added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:586
   verifyFormat("if (true) {\n"
-               "  ffffffffffffffffffffffffffffffffffffffffffffffffffffff();\n"
                "}",
----------------
any reason you are changing existing tests?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71512





More information about the cfe-commits mailing list