[PATCH] D140808: [clang][Interp] Handle record initialization via CastExpr

2023-03-02 Thread Timm Bäder via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG90d921fa1f71: [clang][Interp] Handle record initialization via CastExpr (authored by tbaeder). Changed prior to commit: https://reviews.llvm.org/D

[PATCH] D140808: [clang][Interp] Handle record initialization via CastExpr

2022-12-31 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder created this revision. tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik. Herald added a project: All. tbaeder requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. In particular, via a `CXXFunctionalCastExpr`. Rep