[ASTImporter] Add support for import of CXXInheritedCtorInitExpr.
authorBalazs Keri <1.int32@gmail.com>
Wed, 25 Jul 2018 10:21:06 +0000 (10:21 +0000)
committerBalazs Keri <1.int32@gmail.com>
Wed, 25 Jul 2018 10:21:06 +0000 (10:21 +0000)
commit95baa840c2f104dc15d9930284587edf64d224b1
tree7d6e2169ac14813905b7730a5f74dcfc19fbf5e8
parentf0b379c959b263343c85f4a0594d08b8067502e8
[ASTImporter] Add support for import of CXXInheritedCtorInitExpr.

Reviewers: a.sidorin, martong

Reviewed By: martong

Subscribers: rnkovacs, a_sidorin, martong, cfe-commits

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

llvm-svn: 337898
clang/lib/AST/ASTImporter.cpp
clang/test/Import/inherited-ctor-init-expr/Inputs/A.cpp [new file with mode: 0644]
clang/test/Import/inherited-ctor-init-expr/test.cpp [new file with mode: 0644]