[PATCH] D50428: [ASTImporter] Add support for importing imaginary literals

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 8 14:59:59 PDT 2018


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





More information about the cfe-commits mailing list