This is an archive of the discontinued LLVM Phabricator instance.

[clang-move] Fix not moving using-decls in global namespace in old.cc
ClosedPublic

Authored by hokein on Nov 18 2016, 1:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 78488.Nov 18 2016, 1:52 AM
hokein retitled this revision from to [clang-move] Fix not moving using-decls in global namespace in old.cc.
hokein updated this object.
hokein added a reviewer: ioeric.
hokein added a subscriber: cfe-commits.
ioeric added inline comments.Nov 18 2016, 2:18 AM
test/clang-move/move-multiple-classes.cpp
21 ↗(On Diff #78488)

Would there be empty lines between these using decls? If so, please add FIXME if you want to handle this in the future.

hokein updated this revision to Diff 78491.Nov 18 2016, 2:29 AM
hokein marked an inline comment as done.

Add FIXME.

test/clang-move/move-multiple-classes.cpp
21 ↗(On Diff #78488)

Yes. Done.

ioeric accepted this revision.Nov 18 2016, 2:31 AM
ioeric edited edge metadata.

LG

This revision is now accepted and ready to land.Nov 18 2016, 2:31 AM
This revision was automatically updated to reflect the committed changes.