This revision was automatically updated to reflect the committed changes.
Closed by commit rL339334: Add support for importing imaginary literals
(authored by martong, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D50428?vs=159662&id=
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