[clang] [clang][Dependency Scanning] Adding an API to Diagnose Invalid Negative Stat Cache Entries (PR #135703)
Qiongsi Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 15 10:40:06 PDT 2025
================
@@ -108,6 +108,32 @@ DependencyScanningFilesystemSharedCache::getShardForUID(
return CacheShards[Hash % NumShards];
}
+void DependencyScanningFilesystemSharedCache::diagnoseNegativeStatCachedPaths(
----------------
qiongsiwu wrote:
Yes good catch! This should have a lock.
https://github.com/llvm/llvm-project/pull/135703
More information about the cfe-commits
mailing list