This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Support Config in TestTU.
AbandonedPublic

Authored by hokein on Mar 30 2023, 6:00 AM.

Details

Reviewers
kadircet
Summary

Add a config as a filed in TestTU, for each TestTU::build, we set the
config. And make the Config copyable.

This is needed for enabling the unused-include feature by default.

Diff Detail

Event Timeline

hokein created this revision.Mar 30 2023, 6:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2023, 6:00 AM
Herald added a subscriber: arphaman. · View Herald Transcript
hokein requested review of this revision.Mar 30 2023, 6:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2023, 6:00 AM
hokein abandoned this revision.Jun 12 2023, 2:39 AM

abandon this in favour of https://reviews.llvm.org/D152685/