[clang][Interp] Check Field initialization after constructor call
authorTimm Bäder <tbaeder@redhat.com>
Tue, 25 Oct 2022 15:34:31 +0000 (17:34 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Thu, 19 Jan 2023 08:42:22 +0000 (09:42 +0100)
commit6b0cd497b0fb584bdc0650b585c5bd1ed9edfc99
treeb6c720ab82136e2ef6caf14a13dda3b0203dafcb
parent7fa0a3c92377c2ce5b836b43e33a4a7107a3af38
[clang][Interp] Check Field initialization after constructor call

Differential Revision: https://reviews.llvm.org/D136694
clang/lib/AST/Interp/Descriptor.cpp
clang/lib/AST/Interp/Interp.cpp
clang/lib/AST/Interp/Interp.h
clang/lib/AST/Interp/InterpFrame.cpp
clang/test/AST/Interp/cxx20.cpp
clang/test/AST/Interp/records.cpp