[all-commits] [llvm/llvm-project] 41adc0: [clang][AST] Add support for DecompositionDecl to ...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Thu Jul 22 03:58:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41adc09b221170065e227f43c7fd21ffce5e2a6e
https://github.com/llvm/llvm-project/commit/41adc09b221170065e227f43c7fd21ffce5e2a6e
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list