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

Nit: not sure what is the current policy about `enum class` vs `enum`. I think 
the first one might usually be preferred in new code, that being said this is 
scoped to this file so I don't have a strong opinion about it. 

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