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 c9adf31 commit 6382030Copy full SHA for 6382030
clang/tools/libclang/CDependencies.cpp
@@ -188,7 +188,7 @@ class OutputLookup {
188
std::string lookupModuleOutput(const ModuleID &ID, ModuleOutputKind MOK);
189
190
private:
191
- std::unordered_map<ModuleID, std::string, ModuleIDHasher> PCMPaths;
+ llvm::DenseMap<ModuleID, std::string> PCMPaths;
192
void *MLOContext;
193
CXModuleLookupOutputCallback *MLO;
194
};
0 commit comments