[PATCH] D29322: [clang-format] Fix regression merging comments across newlines.

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 31 04:58:57 PST 2017


klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

lg minus adding the FIXME to the place where we need the change.



================
Comment at: lib/Format/UnwrappedLineParser.cpp:2127-2129
+    // Additional fine-grained breaking of line comment sections is controlled
+    // by the class BreakableLineCommentSection in case it is desirable to keep
+    // several line comment sections in the same unwrapped line.
----------------
Can you also add a FIXME here (as this is where it'd probably need to happen :)


https://reviews.llvm.org/D29322





More information about the cfe-commits mailing list