================ @@ -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. ---------------- AmrDeveloper wrote:
Yes, I removed this line because the function in the header file has 2 line comments that describe it in detail 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