[clang] [clang][Interp] Cleaning up `FIXME`s added during `ArrayInitLoopExpr` implementation. (PR #70053)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 24 03:51:39 PST 2024


================
@@ -368,6 +369,7 @@ template <class Emitter> class LocalScope : public VariableScope<Emitter> {
       return;
     this->emitDestructors();
     this->Ctx->emitDestroy(*Idx, SourceInfo{});
+    removeStoredOpaqueValues();
----------------
tbaederr wrote:

Ah, didn't see that. Well, it's fine to leave it then.

https://github.com/llvm/llvm-project/pull/70053


More information about the cfe-commits mailing list