]> granicus.if.org Git - clang/commit
[ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMemberExpr
authorAleksei Sidorin <a.sidorin@samsung.com>
Sun, 17 Dec 2017 14:16:17 +0000 (14:16 +0000)
committerAleksei Sidorin <a.sidorin@samsung.com>
Sun, 17 Dec 2017 14:16:17 +0000 (14:16 +0000)
commit054fd17ac82c689988ceb47fde1109a0d9f327d5
tree5b5567a4dd59a25e22bba8014d652c33bbcd1e8d
parent8e9263d3f406e071eaf94cb46469962d6b17e5d8
[ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMemberExpr

* Also introduces ImportTemplateArgumentListInfo facility (A. Sidorin)

Patch by Peter Szecsi!

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

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