This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] NFC: Rename scanning CompilerInstance
ClosedPublic

Authored by jansvoboda11 on Oct 13 2021, 8:23 AM.

Details

Summary

The dependency scanner works with multiple instances of Compiler{Instance,Invocation}. From names of the variables/members, their purpose is not obvious.

This patch gives a distinct name to the CompilerInstance that's used to run the implicit build during dependency scan.

Depends on D111724.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Oct 13 2021, 8:23 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2021, 8:23 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Oct 13 2021, 6:52 PM
This revision was automatically updated to reflect the committed changes.