[clang][Interp] Fix diagnosing uninitialized ctor record arrays
authorTimm Bäder <tbaeder@redhat.com>
Sun, 5 Feb 2023 10:03:48 +0000 (11:03 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Wed, 31 May 2023 09:39:40 +0000 (11:39 +0200)
commit40c26ec48c8a8ec3c72dde912d3d7118917c8e71
treefe6f0ebfd8ed33eeb88cb71868f1e02baf92ed3d
parent2bca6925a83d294adb82903d445879f0389502df
[clang][Interp] Fix diagnosing uninitialized ctor record arrays

Differential Revision: https://reviews.llvm.org/D143334
clang/lib/AST/Interp/Interp.cpp
clang/test/AST/Interp/cxx20.cpp