[clang][Interp] Fix copy constructors with record array members
authorTimm Bäder <tbaeder@redhat.com>
Fri, 23 Sep 2022 09:29:33 +0000 (11:29 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Fri, 14 Oct 2022 09:57:26 +0000 (11:57 +0200)
commit6e83209f623e00b16f5858efbfa0fd6409abf1fe
tree7ea2fd02de1c1c701386e3a8012f52cd3f898114
parentb3d495e7e082c3a3c77bfcf2ed928f6f18f69fc4
[clang][Interp] Fix copy constructors with record array members

Differential Revision: https://reviews.llvm.org/D134523
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/Interp.h
clang/lib/AST/Interp/Pointer.cpp
clang/test/AST/Interp/records.cpp