klimek added inline comments.
================ Comment at: lib/Format/BreakableToken.cpp:397 + // + // Don't try aligning if there are less lines, since some patterns like + // ---------------- fewer lines ================ Comment at: lib/Format/BreakableToken.cpp:402 + // + // are common. + if (e >= 3 && !Decoration.empty()) { ---------------- Why wouldn't we want to align those /* line */ ? https://reviews.llvm.org/D29943 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits