This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] NFC: Document collector, rename members
ClosedPublic

Authored by jansvoboda11 on Mar 19 2021, 7:13 AM.

Details

Summary

This patch documents how ModuleDepCollector{,PP} work and what their members store. Also renames somewhat vague MainDeps to FileDeps and Deps to ModularDeps.

Depends on D98943.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Mar 19 2021, 7:13 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 19 2021, 7:13 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Bigcheese accepted this revision.Mar 23 2021, 8:50 AM

Thanks for the cleanup. Code makes more sense now.

This revision is now accepted and ready to land.Mar 23 2021, 8:50 AM