- Factor module map and module file path functions out
- Use a secondary mapping to lookup module deps by ID instead of the preprocessor module map.
- Sink DirectPrebuiltModularDeps into MDC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with a nit.
clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp | ||
---|---|---|
277 | 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. |
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.