[PATCH] D19063: clang-format: Fixed line merging of more than two lines

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 13 12:42:29 PDT 2016


djasper added a comment.

Nice catch.


================
Comment at: unittests/Format/FormatTest.cpp:285
@@ +284,3 @@
+
+  EXPECT_EQ("class Foo\n"
+            "{\n"
----------------
How does this break? I generally add an Before and After of one of the test cases into my patch descriptions.


http://reviews.llvm.org/D19063





More information about the cfe-commits mailing list