[PATCH] D141858: [clang][Interp] Fix Pointer::toAPValue() for expressions

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 31 07:14:05 PST 2023


tbaeder added a comment.

It's a bit involved since without working `MaterializeTemporaryExpr`s, this code is a no-op, but without this code, the MTEs don't properly work, usually.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141858/new/

https://reviews.llvm.org/D141858



More information about the cfe-commits mailing list