[clang][AST] Add support for DecompositionDecl to ASTImporter.
BindingDecl was added recently but the related DecompositionDecl is needed to make C++17 structured bindings importable. Import of BindingDecl was changed to avoid infinite import loop. Reviewed By: martong Differential Revision: https://reviews.llvm.org/D105354
Loading
Please sign in to comment