klimek added inline comments.

================
Comment at: lib/Format/BreakableToken.cpp:443
@@ -439,2 +442,3 @@
   }
 
+  const StringRef Line = Lines[LineIndex];
----------------
For posterity, from in-person chat:
Currently, this does the same as before when we're in DryRun mode, and only 
wraps when we apply the changes. Instead, we'll need to make this work with the 
DryRun mode for optimization.


http://reviews.llvm.org/D15147



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

Reply via email to