This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Improve ObjC protocol suggestions from the index
ClosedPublic

Authored by dgoldman on Jun 6 2022, 9:33 AM.

Details

Summary

When querying the index during an ObjC protocol name lookup for code
completion, we should only suggest ObjC protocols.

Diff Detail

Event Timeline

dgoldman created this revision.Jun 6 2022, 9:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2022, 9:33 AM
dgoldman requested review of this revision.Jun 6 2022, 9:33 AM
kadircet accepted this revision.Jun 15 2022, 12:17 AM

thanks, lgtm!

This revision is now accepted and ready to land.Jun 15 2022, 12:17 AM
This revision was landed with ongoing or failed builds.Jun 15 2022, 12:03 PM
This revision was automatically updated to reflect the committed changes.