================
@@ -1093,6 +1093,87 @@ static bool pathOnlyHandlesGslPointer(const 
IndirectLocalPath &Path) {
   }
   return false;
 }
+// Result of analyzing the Path for GSLPointer.
----------------
hokein wrote:

It is intended. I think these three `pathOnlyHandlesGslPointer`, 
`AnalysisResult` and `analyzePathForGSLPointer` belong to a group, they all are 
used to implement the filter heuristic. (we can even inline the 
`pathOnlyHandlesGslPointer` in the `analyzePathForGSLPointer`).

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