jansvoboda11 accepted this revision. jansvoboda11 added a comment. This revision is now accepted and ready to land.
LGTM with a nit. ================ Comment at: clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp:277 + MDC.DirectPrebuiltModularDeps.insert( + std::make_pair(TopLevelModule, PrebuiltModuleDep{TopLevelModule})); else ---------------- Nit: I think you should be able to drop `std::make_pair()` and use brace-initialization. Also applies to the other call to `insert` above. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132617/new/ https://reviews.llvm.org/D132617 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits