================
@@ -1208,6 +1208,16 @@ cir::GlobalOp 
CIRGenModule::getGlobalForStringLiteral(const StringLiteral *s,
   return gv;
 }
 
+void CIRGenModule::emitExplicitCastExprType(const ExplicitCastExpr *e,
+                                            CIRGenFunction *cgf) {
+  // Bind VLAs in the cast type.
----------------
andykaylor wrote:

This comment doesn't seem to match what you're testing. Apparently this call 
does more than the comment says.

https://github.com/llvm/llvm-project/pull/150668
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to