This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Enable cross-file-rename by default.
ClosedPublic

Authored by hokein on May 25 2020, 12:51 AM.

Details

Summary

The cross-file rename feature is stable enough to enable it (has been
rolled out internally for a few weeks).

Diff Detail

Event Timeline

hokein created this revision.May 25 2020, 12:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2020, 12:51 AM
sammccall accepted this revision.May 25 2020, 1:18 AM

I suspect we're going to get some complaints from people whose index is perpetually behind and missing files, but this is the tradeoff of the design, we have to accept that or refine (e.g. with a textual index).

This revision is now accepted and ready to land.May 25 2020, 1:18 AM
This revision was automatically updated to reflect the committed changes.