[PATCH] Fix for combined loop and nullptr convert tests

Manuel Klimek klimek at google.com
Thu Feb 7 05:32:57 PST 2013


  lgtm


================
Comment at: cpp11-migrate/Transform.h:92
@@ +91,3 @@
+    }
+
+  }
----------------
Please remove unnecessary empty line.

================
Comment at: cpp11-migrate/Transform.h:87
@@ +86,3 @@
+         E = InputStates.end();
+         I != E; ++I) {
+      Sources.overrideFileContents(
----------------
I'd personally run clang-format over it :)


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

BRANCH
  jiayiyan

ARCANIST PROJECT
  clang-tools-extra



More information about the cfe-commits mailing list