[clang][Interp] Array initialization via CXXConstructExpr
authorTimm Bäder <tbaeder@redhat.com>
Sun, 30 Oct 2022 06:08:45 +0000 (07:08 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Wed, 30 Nov 2022 09:09:52 +0000 (10:09 +0100)
commit8095b090db20ac175b7a4db1a51c167249842e8f
tree5d7abb45dc0b3bb79d1bff347eae82ec1be66ca1
parentb9e53b96e0139c6dfc2797c5bba4c26977a3f011
[clang][Interp] Array initialization via CXXConstructExpr

Differential Revision: https://reviews.llvm.org/D136920
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/test/AST/Interp/arrays.cpp