This is an archive of the discontinued LLVM Phabricator instance.

[clang-rename] Fix rename on function template specializations.
ClosedPublic

Authored by hokein on Oct 12 2020, 12:47 AM.

Details

Summary

previously, we missed to rename occurrences to explicit function template
specilizations.

Diff Detail

Event Timeline

hokein created this revision.Oct 12 2020, 12:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2020, 12:47 AM
hokein requested review of this revision.Oct 12 2020, 12:47 AM

@kbobyrev you may miss this patch, this is a separate patch from D89300.

kbobyrev requested changes to this revision.Oct 14 2020, 1:10 PM

And indeed I did miss that :( Thank you!

This revision now requires changes to proceed.Oct 14 2020, 1:10 PM
kbobyrev accepted this revision.Oct 14 2020, 1:10 PM
This revision is now accepted and ready to land.Oct 14 2020, 1:10 PM
This revision was landed with ongoing or failed builds.Oct 19 2020, 12:32 AM
This revision was automatically updated to reflect the committed changes.