This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Don't ignore headers with IWYU export pragmas for unused-include analysis.
Changes PlannedPublic

Authored by hokein on Mar 10 2023, 3:44 AM.

Details

Reviewers
kadircet
Summary

This check was introduced due to the the lack support of the old implementation.
The new include-cleaner-library based implementation doesn't have this
limitation.

Diff Detail

Event Timeline

hokein created this revision.Mar 10 2023, 3:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 3:44 AM
Herald added a subscriber: arphaman. · View Herald Transcript
hokein requested review of this revision.Mar 10 2023, 3:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 3:44 AM
hokein planned changes to this revision.Mar 10 2023, 4:12 AM

It appears that there is an issue with this patch, so please hold on for review.