[clang][Interp] Support base class constructors
authorTimm Bäder <tbaeder@redhat.com>
Fri, 14 Oct 2022 06:19:53 +0000 (08:19 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Fri, 21 Oct 2022 08:49:45 +0000 (10:49 +0200)
commit9cb4e90e72602e0974b2eb9e5eb56fd2cc998db7
tree8c9ba39836b942505bf99beb14f05d0c0d03c9df
parent09bbc903a5b454d39d5ce69cf8bf6d5e1b46e3c4
[clang][Interp] Support base class constructors

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