This is an archive of the discontinued LLVM Phabricator instance.

[change-namespace] do not fix calls to overloaded operator functions.
ClosedPublic

Authored by ioeric on Dec 20 2016, 4:34 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ioeric updated this revision to Diff 82092.Dec 20 2016, 4:34 AM
ioeric retitled this revision from to [change-namespace] do not fix calls to overloaded operator functions..
ioeric updated this object.
ioeric added a reviewer: hokein.
ioeric added a subscriber: cfe-commits.
ioeric updated this revision to Diff 82098.Dec 20 2016, 4:57 AM
  • minor fix.
hokein accepted this revision.Dec 20 2016, 6:42 AM
hokein edited edge metadata.

LGTM.

unittests/change-namespace/ChangeNamespaceTests.cpp
578 ↗(On Diff #82092)

Maybe also add this case in the test although it is not fixed yet.

592 ↗(On Diff #82092)

missing a \n, the same below.

This revision is now accepted and ready to land.Dec 20 2016, 6:42 AM
ioeric updated this revision to Diff 82104.Dec 20 2016, 6:45 AM
ioeric marked 2 inline comments as done.
ioeric edited edge metadata.
  • Address comments
This revision was automatically updated to reflect the committed changes.