jansvoboda11 added inline comments.
================ Comment at: clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h:182 /// Direct and transitive modular dependencies of the main source file. - std::unordered_map<std::string, ModuleDeps> ModularDeps; + std::unordered_map<const Module *, ModuleDeps> ModularDeps; /// Options that control the dependency output generation. ---------------- Computing the context hash might be expensive now, so use `const Module *` instead. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102473/new/ https://reviews.llvm.org/D102473 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits