[clang] [clang] Fix the post-filtering heuristic for GSLPointer. (PR #114044)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 4 03:22:49 PST 2024


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

Nit: maybe we want some line breaks here for better separation.

https://github.com/llvm/llvm-project/pull/114044


More information about the cfe-commits mailing list