]> granicus.if.org Git - clang/commit
[ASTImporter] Remove obsolete function ImportTemplateParameterList.
authorBalazs Keri <1.int32@gmail.com>
Wed, 20 Mar 2019 15:42:42 +0000 (15:42 +0000)
committerBalazs Keri <1.int32@gmail.com>
Wed, 20 Mar 2019 15:42:42 +0000 (15:42 +0000)
commitd4556f1c17b58e429e2db689c400fb4e6955582c
tree008002577c87121f2578a0cfae5cb0f6aa08407c
parent74d4f018f420632345b3c9fdd5e24ee5b118a29c
[ASTImporter] Remove obsolete function ImportTemplateParameterList.

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

Reviewers: martong, a.sidorin, shafik, a_sidorin

Reviewed By: martong

Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D59134

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356564 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTImporter.cpp