================
Comment at: lib/Format/Format.cpp:522
@@ +521,3 @@
+            if (I + 2 != E)
+              I[2]->First->MustBreakBefore = true;
+            return 0;
----------------
I don't really like this. This means that when we try to merge lines and fail 
suddenly has side-effects. Could we reverse this (i.e. change MustBreakBefore 
when we do merge the lines)?


http://llvm-reviews.chandlerc.com/D2455
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to