[clang][ASTImporter] Import ConstructorUsingShadowDecl correctly.
authorBalázs Kéri <1.int32@gmail.com>
Fri, 1 Oct 2021 09:04:54 +0000 (11:04 +0200)
committerBalázs Kéri <1.int32@gmail.com>
Fri, 1 Oct 2021 09:41:08 +0000 (11:41 +0200)
commitcad9ff531c71e7c28d7bd5a64a26f9b214156b59
tree501f41817b578f36a5c90f16ac32b9f5a39dfcce
parent3780de46001b510d78cd3f06f01a6f08793a4a45
[clang][ASTImporter] Import ConstructorUsingShadowDecl correctly.

Fix import of ConstructorUsingShadowDecl and add tests.

Reviewed By: martong

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