This is an archive of the discontinued LLVM Phabricator instance.

[clang] Add ability to suggest #import instead of #include.
Needs ReviewPublic

Authored by dgoldman on Dec 13 2021, 2:35 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This currently isn't used by anything, but will be used by clangd in the
future to suggest #import instead of #include for Objective-C code.

Diff Detail

Unit TestsFailed

Event Timeline

dgoldman created this revision.Dec 13 2021, 2:35 PM
dgoldman requested review of this revision.Dec 13 2021, 2:35 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 13 2021, 2:35 PM
dgoldman updated this revision to Diff 394065.Dec 13 2021, 3:00 PM

Minor changes