This is an archive of the discontinued LLVM Phabricator instance.

[clang][cli] NFC: Remove ArgList infrastructure for recording queries
ClosedPublic

Authored by jansvoboda11 on Feb 9 2021, 2:11 AM.

Details

Summary

This patch removes the infrastructure for recording queries in ArgList, partially reverting D94472.

The infrastructure was used during command line round-trip to determine which arguments should a certain subset of CompilerInvocation generate.

Since D96280, the command line arguments are being generated all at once, making this code no longer necessary.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Feb 9 2021, 2:11 AM
jansvoboda11 requested review of this revision.Feb 9 2021, 2:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2021, 2:11 AM
This revision is now accepted and ready to land.Feb 9 2021, 2:46 PM
This revision was landed with ongoing or failed builds.Feb 25 2021, 4:53 AM
This revision was automatically updated to reflect the committed changes.