This is an archive of the discontinued LLVM Phabricator instance.

clang/Modules: Finish renaming CompilerInstance::ModuleManager, NFC.
ClosedPublic

Authored by vsapsai on Feb 20 2020, 5:49 PM.

Details

Summary

Follow-up to 20d51b2f14ac4488f684f8fc57cb0ba718a6b91d, rename the setter to
make it consistent with the getter. Also fixed a few comments along the
way, didn't try to find all references to a module manager.

Diff Detail

Event Timeline

vsapsai created this revision.Feb 20 2020, 5:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2020, 5:49 PM
dexonsmith accepted this revision.Feb 20 2020, 6:01 PM

Thanks! LGTM. Don't know how I missed that API...

This revision is now accepted and ready to land.Feb 20 2020, 6:01 PM
This revision was automatically updated to reflect the committed changes.