================
@@ -1094,6 +1094,24 @@ static bool pathOnlyHandlesGslPointer(IndirectLocalPath 
&Path) {
   return false;
 }
 
+static bool
+isLifetimeboundInterleaveInGSL(llvm::ArrayRef<IndirectLocalPathEntry> PathRef) 
{
----------------
hokein wrote:

> I was wondering if we can also look at the types here. 

I had a similar thought and did a quick attempt yesterday. While it resolved 
this specific case, it introduced a few new issues. I may need to dig a bit 
deeper into it, so I’ll explore this approach further.


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

Reply via email to