We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6896f8 commit 1872774Copy full SHA for 1872774
clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
@@ -100,7 +100,7 @@ class DependencyScanningService {
100
return SharedCache;
101
}
102
103
- ModuleCacheMutexes &getModuleCacheMutexes() { return ModuleCacheMutexes; }
+ ModuleCacheMutexes &getModuleCacheMutexes() { return ModCacheMutexes; }
104
105
private:
106
const ScanningMode Mode;
@@ -114,7 +114,7 @@ class DependencyScanningService {
114
/// The global file system cache.
115
DependencyScanningFilesystemSharedCache SharedCache;
116
/// The global module cache mutexes.
117
- ModuleCacheMutexes ModuleCacheMutexes;
+ ModuleCacheMutexes ModCacheMutexes;
118
};
119
120
} // end namespace dependencies
0 commit comments