================ @@ -478,13 +449,32 @@ static void visitLifetimeBoundArguments(IndirectLocalPath &Path, Expr *Call, CheckCoroObjArg = false; if (implicitObjectParamIsLifetimeBound(Callee) || CheckCoroObjArg) VisitLifetimeBoundArg(Callee, ObjectArg); + else if (EnableLifetimeWarnings) { ---------------- usx95 wrote:
The name `EnableLifetimeWarnings` has been confusing to me given that this analysis is only about lifetimes. Would it be correct to replace this with something like `EnableGSLAnalysis` ? From the usage it looks to be used only for GSL pointer analysis. https://github.com/llvm/llvm-project/pull/104906 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits