[clang][Interp] Fix diagnostics for calling non-constexpr constructors
authorTimm Bäder <tbaeder@redhat.com>
Sat, 11 Mar 2023 08:55:22 +0000 (09:55 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Mon, 3 Apr 2023 13:42:08 +0000 (15:42 +0200)
commit58cf70b2cdc17a905f7db2ec5a6f9d497f9bd133
treed7ee5dcbbe30aad64e52d112e66062aad6c5160b
parent4c7f53b99c08d03668cd455b055c64003393887c
[clang][Interp] Fix diagnostics for calling non-constexpr constructors

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