This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] NFC: Extract ModuleID struct
ClosedPublic

Authored by jansvoboda11 on Mar 19 2021, 5:29 AM.

Details

Summary

This patch extracts the ModuleName and ContextHash members of ClangModuleDep, FullDependencies and ModuleDeps into a single struct ModuleID. This makes it easier to understand how the full dependency graph works.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Mar 19 2021, 5:29 AM
jansvoboda11 requested review of this revision.Mar 19 2021, 5:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 19 2021, 5:29 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Mar 22 2021, 8:46 PM
Bigcheese accepted this revision.Mar 23 2021, 8:46 AM
This revision was automatically updated to reflect the committed changes.