[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)
commitdec81835d1d41de5e812873227689d64c16c8e47
tree48cf2ac77ada97b84803184fd5330b3256ebc482
parentb1b30286bf3d636139b237bdf33013f9a12dd869
[ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMemberExpr

* Also introduces ImportTemplateArgumentListInfo facility (A. Sidorin)

Patch by Peter Szecsi!

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

llvm-svn: 320942
clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterTest.cpp