mprobst marked 4 inline comments as done.

================
Comment at: lib/Format/SortJavaScriptImports.cpp:216-217
@@ +215,4 @@
+        break;
+      Current = Line->First;
+      LineEnd = Line->Last;
+      skipComments();
----------------
klimek wrote:
> Both of these are used only once, perhaps inline?
These are setting fields for the parse state (note: this is not a variable 
declaration).


http://reviews.llvm.org/D20198



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

Reply via email to