This is an archive of the discontinued LLVM Phabricator instance.

[ASTImporter] Remove obsolete function ImportTemplateParameterList.
ClosedPublic

Authored by balazske on Mar 8 2019, 6:53 AM.

Details

Summary

The ASTNodeImporter::ImportTemplateParameterList is replaced by a
template specialization of 'import' that already exists and does
(almost) the same thing.

Diff Detail

Repository
rL LLVM

Event Timeline

balazske created this revision.Mar 8 2019, 6:53 AM
Herald added a reviewer: shafik. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
martong accepted this revision.Mar 19 2019, 7:09 AM
martong added a reviewer: a_sidorin.
This revision is now accepted and ready to land.Mar 19 2019, 7:09 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2019, 8:41 AM