[clang][Interp] Handle DecompositionDecls
authorTimm Bäder <tbaeder@redhat.com>
Thu, 12 Jan 2023 11:47:02 +0000 (12:47 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Wed, 1 Mar 2023 16:11:57 +0000 (17:11 +0100)
commit730eca6a3de85ae66bb905ee32c47332b5395226
treec187215bb5209598553c1913f6642af852f69df7
parentf56dfb78aa3fcc96bf7e5b6c3bdff8fa620aefd1
[clang][Interp] Handle DecompositionDecls

Differential Revision: https://reviews.llvm.org/D138802
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/ByteCodeExprGen.h
clang/lib/AST/Interp/ByteCodeStmtGen.cpp
clang/lib/AST/Interp/Program.h
clang/test/AST/Interp/cxx17.cpp [new file with mode: 0644]