This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Decouple IncludeCleaner implementation from Config
ClosedPublic

Authored by kadircet on Jun 12 2023, 1:48 AM.

Details

Summary

This should help managing tests as we change defaults in configs.

Diff Detail

Event Timeline

kadircet created this revision.Jun 12 2023, 1:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2023, 1:48 AM
Herald added a subscriber: arphaman. · View Herald Transcript
kadircet requested review of this revision.Jun 12 2023, 1:48 AM
hokein accepted this revision.Jun 12 2023, 2:34 AM

Thanks, this looks good!

clang-tools-extra/clangd/IncludeCleaner.h
60

nit: const IncludeCleanerFindings&

This revision is now accepted and ready to land.Jun 12 2023, 2:34 AM
This revision was automatically updated to reflect the committed changes.
kadircet marked an inline comment as done.