This is an archive of the discontinued LLVM Phabricator instance.

[change-namespace] fix non-calling function references.
ClosedPublic

Authored by ioeric on Nov 29 2016, 5:45 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ioeric updated this revision to Diff 79548.Nov 29 2016, 5:45 AM
ioeric retitled this revision from to [change-namespace] fix non-calling function references..
ioeric updated this object.
ioeric added a reviewer: hokein.
ioeric added a subscriber: cfe-commits.
hokein accepted this revision.Nov 29 2016, 6:12 AM
hokein edited edge metadata.

LGTM with few nits.

change-namespace/ChangeNamespace.cpp
434 ↗(On Diff #79548)

auto

449 ↗(On Diff #79548)

auto.

713 ↗(On Diff #79548)

nits: incorrect indentation. Should be two space.

This revision is now accepted and ready to land.Nov 29 2016, 6:12 AM
ioeric updated this revision to Diff 79555.Nov 29 2016, 6:15 AM
ioeric marked 3 inline comments as done.
ioeric edited edge metadata.
  • Address comments.
ioeric updated this revision to Diff 79558.Nov 29 2016, 6:23 AM
  • Format code.
This revision was automatically updated to reflect the committed changes.