[PATCH] D29626: [clang-format] Break before a sequence of line comments aligned with the next line.

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 7 02:54:35 PST 2017


krasimir added inline comments.


================
Comment at: lib/Format/UnwrappedLineParser.cpp:2207
+    const FormatToken* NextTok) {
   bool CommentsInCurrentLine = true;
+  int StartOfSectionAlignedWithNextToken = -1;
----------------
Need to add comments about this if we decide we may go with this.


https://reviews.llvm.org/D29626





More information about the cfe-commits mailing list