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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to