This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Set Incompleteness for spec fuzzyfind requests
ClosedPublic

Authored by kadircet on Sep 8 2022, 2:20 AM.

Diff Detail

Event Timeline

kadircet created this revision.Sep 8 2022, 2:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 8 2022, 2:20 AM
Herald added a subscriber: arphaman. · View Herald Transcript
kadircet requested review of this revision.Sep 8 2022, 2:20 AM
dgoldman accepted this revision.Sep 8 2022, 8:34 AM
This revision is now accepted and ready to land.Sep 8 2022, 8:34 AM
dgoldman added inline comments.Sep 8 2022, 8:35 AM
clang-tools-extra/clangd/CodeComplete.cpp
1728

Can this be safely moved - looks like it wasn't before?

dgoldman added inline comments.Sep 8 2022, 8:37 AM
clang-tools-extra/clangd/CodeComplete.cpp
1728

Ah nevermind, missed that this is moving the local copy.

This revision was automatically updated to reflect the committed changes.