================
@@ -408,7 +405,8 @@ static void visitFunctionCallArguments(IndirectLocalPath 
&Path, Expr *Call,
     // Once we initialized a value with a reference, it can no longer dangle.
     if (!Value) {
       for (const IndirectLocalPathEntry &PE : llvm::reverse(Path)) {
-        if (PE.Kind == IndirectLocalPathEntry::GslReferenceInit)
+        if (PE.Kind == IndirectLocalPathEntry::GslReferenceInit ||
----------------
usx95 wrote:

Alright. Thanks. Yeah the main idea is to add more documentation. Should be 
fine if you are already on it.

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

Reply via email to