klimek added inline comments.
================ Comment at: lib/Format/BreakableToken.cpp:685 LineTok = CurrentTok->Next; + if (CurrentTok->Next && CurrentTok->Next->NewlinesBefore > 1) { + // A line comment section needs to broken by a line comment that is ---------------- Could we put them as children into the higher level UnwrappedLine instead? https://reviews.llvm.org/D29322 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits