This is an archive of the discontinued LLVM Phabricator instance.

[change-namespace] handling templated type aliases correctly.
ClosedPublic

Authored by ioeric on Dec 15 2016, 2:23 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ioeric updated this revision to Diff 81553.Dec 15 2016, 2:23 AM
ioeric retitled this revision from to [change-namespace] handling templated type aliases correctly..
ioeric updated this object.
ioeric added a reviewer: hokein.
ioeric added a subscriber: cfe-commits.
hokein accepted this revision.Dec 15 2016, 2:41 AM
hokein edited edge metadata.

LGTM.

change-namespace/ChangeNamespace.cpp
730 ↗(On Diff #81553)

s/aias/alias

unittests/change-namespace/ChangeNamespaceTests.cpp
1329 ↗(On Diff #81553)

Add a trailing // namespace na. The same below.

This revision is now accepted and ready to land.Dec 15 2016, 2:41 AM
ioeric updated this revision to Diff 81555.Dec 15 2016, 2:47 AM
ioeric marked 2 inline comments as done.
ioeric edited edge metadata.
  • Comments addressed
This revision was automatically updated to reflect the committed changes.