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 7dadb10 commit 1eae016Copy full SHA for 1eae016
clang/lib/Tooling/DependencyScanning/InProcessModuleCache.cpp
@@ -54,7 +54,7 @@ class InProcessModuleCache : public ModuleCache {
54
55
// TODO: If we changed the InMemoryModuleCache API and relied on strict
56
// context hash, we could probably create more efficient thread-safe
57
- // implementation of the InMemoryModuleCache such that it does need to be
+ // implementation of the InMemoryModuleCache such that it doesn't need to be
58
// recreated for each translation unit.
59
InMemoryModuleCache InMemory;
60
0 commit comments