[ASTImporter] Support import of CXXDeductionGuideDecl
authorGabor Marton <gabor.marton@ericsson.com>
Wed, 25 Nov 2020 17:32:30 +0000 (18:32 +0100)
committerGabor Marton <gabor.marton@ericsson.com>
Mon, 30 Nov 2020 16:55:25 +0000 (17:55 +0100)
commit70eb2ce395be1fe39ceede6719aa667658d1e5a3
tree39913f1739bbd4f266d9afb70e0edb47ec7c0bd7
parent7a91794d5b261bc87991d5acce9fa503e9a4f269
[ASTImporter] Support import of CXXDeductionGuideDecl

CXXDeductionGuideDecl is a FunctionDecl, but its constructor should be called
appropriately, at least to set the kind variable properly.

Differential Revision: https://reviews.llvm.org/D92109
clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterTest.cpp