[clang][Interp] Handle CXXTemporaryObjectExprs
This is a CXXConstructExpr, so create a local temporary variable and initialize it. Differential Revision: https://reviews.llvm.org/D147591
Loading
Please sign in to comment
This is a CXXConstructExpr, so create a local temporary variable and initialize it. Differential Revision: https://reviews.llvm.org/D147591