[PATCH] D27211: [clang-format] Implement comment reflowing

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 08:06:58 PST 2016


djasper added inline comments.


================
Comment at: unittests/Format/FormatTest.cpp:1787
 
+TEST_F(FormatTest, ReflowsComments) {
+  // Break a long line and reflow with the full next line.
----------------
I think it is time that me moved a lot of the comment handling logic into a separate test file.


https://reviews.llvm.org/D27211





More information about the cfe-commits mailing list