================
@@ -387,7 +387,7 @@ static void initCatchParam(CIRGenFunction &cgf, 
CIRGenBuilderTy &builder,
   CanQualType catchType =
       cgf.cgm.getASTContext().getCanonicalType(catchParam.getType());
   cir::InitCatchKind kind;
-  bool shouldInitFromExnDirectly;
+  bool shouldInitFromExnDirectly = false;
----------------
andykaylor wrote:

Me too!

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

Reply via email to