This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Don't perform rename when the refs result from index is incomplete.
ClosedPublic

Authored by hokein on Nov 28 2019, 4:02 AM.

Details

Summary

Also do an early return if the number of affected files > limit to save
some unnecessary FileURI computations.

Diff Detail

Event Timeline

hokein created this revision.Nov 28 2019, 4:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2019, 4:02 AM
This revision is now accepted and ready to land.Nov 28 2019, 4:15 AM
This revision was automatically updated to reflect the committed changes.