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

lgtm



================
Comment at: lib/Format/UnwrappedLineFormatter.cpp:310
+        MergedLines = tryMergeSimpleBlock(I - 1, E, Limit);
+        // If we managed to merge the block, discard the first  merged line
+        // since we are merging starting from I.
----------------
double space in comment


Repository:
  rC Clang

https://reviews.llvm.org/D42298



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

Reply via email to