================
@@ -1511,6 +1512,36 @@ CodeGenFunction::EmitCXXForRangeStmt(const 
CXXForRangeStmt &S,
   }
 }
 
+void CodeGenFunction::EmitCXXExpansionStmtInstantiation(
+    const CXXExpansionStmtInstantiation &S) {
+  // FIXME: For reasons beyond my understanding, two scopes are required to 
emit
----------------
Sirraide wrote:

> I'd guess template instantiation skips creating an ExprWithCleanups somewhere.

Oh that might be it; I’ll investigate that

https://github.com/llvm/llvm-project/pull/169687
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to