lhames accepted this revision.
lhames added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: tools/clang-import-test/clang-import-test.cpp:301-303
+  if (ShouldDumpIR) {
+    CG.GetModule()->print(llvm::outs(), nullptr);
+  }
----------------
LLVM style says no braces for single line conditionals. :)


https://reviews.llvm.org/D36429



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

Reply via email to