================
@@ -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;
----------------
erichkeane wrote:
Yikes! A bit surprised this didn't warn anywhere...
https://github.com/llvm/llvm-project/pull/219600
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits