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

LGTM! Just a stylish nit.



================
Comment at: lib/AST/ASTImporter.cpp:5617
+
+  return new (Importer.getToContext())
+      ImaginaryLiteral(SubE, T);
----------------
The line split is not needed here.


Repository:
  rC Clang

https://reviews.llvm.org/D50428



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

Reply via email to