This is an archive of the discontinued LLVM Phabricator instance.

[clang-rename] Fix and enable the failing TemplatedClassFunction test.
ClosedPublic

Authored by hokein on Oct 24 2017, 6:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Oct 24 2017, 6:52 AM
ioeric accepted this revision.Oct 24 2017, 7:37 AM

lg

test/clang-rename/TemplatedClassFunction.cpp
8 ↗(On Diff #120070)

Could you add a few more instantiations in the test case, e.g. A<double>, A<X>?

This revision is now accepted and ready to land.Oct 24 2017, 7:37 AM
hokein updated this revision to Diff 120199.Oct 25 2017, 12:51 AM

improve the code and add more tests.

This revision was automatically updated to reflect the committed changes.