[clang] [clang][Dependency Scanning] Adding an API to Diagnose Invalid Negative Stat Cache Entries (PR #135703)

Jan Svoboda via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 17 16:06:26 PDT 2025


================
@@ -108,6 +108,32 @@ DependencyScanningFilesystemSharedCache::getShardForUID(
   return CacheShards[Hash % NumShards];
 }
 
+void DependencyScanningFilesystemSharedCache::
+    diagnoseInvalidNegativeStatCachedPaths(
+        std::vector<std::string> &InvalidPaths,
----------------
jansvoboda11 wrote:

Yeah, I think in general we prefer to return by value unless there's a good reason not to.

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


More information about the cfe-commits mailing list