[PATCH] Indent all lines in a multi-line comment by the same amount.

Daniel Jasper djasper at google.com
Fri Mar 15 05:14:14 PDT 2013



================
Comment at: lib/Format/Format.cpp:210
@@ -222,1 +209,3 @@
+          if (Current >= TokEnd || *Current != ' ')
+            return;
       } else {
----------------
Is "giving up" entirely really the right option? Why not outdent as much as we can?


http://llvm-reviews.chandlerc.com/D544



More information about the cfe-commits mailing list