This is an archive of the discontinued LLVM Phabricator instance.

[ASTImporter] Add support for importing imaginary literals
ClosedPublic

Authored by martong on Aug 8 2018, 2:18 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

martong created this revision.Aug 8 2018, 2:18 AM
martong updated this revision to Diff 159662.Aug 8 2018, 2:40 AM

Remove superflous newline

martong retitled this revision from Add support for importing imaginary literals to [ASTImporter] Add support for importing imaginary literals.Aug 8 2018, 9:49 AM
a_sidorin accepted this revision.Aug 8 2018, 2:59 PM

LGTM! Just a stylish nit.

lib/AST/ASTImporter.cpp
5617 ↗(On Diff #159662)

The line split is not needed here.

This revision is now accepted and ready to land.Aug 8 2018, 2:59 PM
This revision was automatically updated to reflect the committed changes.
martong marked an inline comment as done.Aug 9 2018, 5:26 AM