This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Retire the cross-file-rename command-line flag.
ClosedPublic

Authored by hokein on Feb 11 2021, 6:00 AM.

Details

Summary

This patch only focuses on the flag. Removing actual single-file mode
(and the flag in RenameOption) will come in a follow-up.

Diff Detail

Event Timeline

hokein created this revision.Feb 11 2021, 6:00 AM
hokein requested review of this revision.Feb 11 2021, 6:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2021, 6:00 AM
sammccall accepted this revision.Feb 11 2021, 7:04 AM
This revision is now accepted and ready to land.Feb 11 2021, 7:04 AM

Those test failures look related.

Those test failures look related.

oh, right. the failure tests rely on the default cross-file flag, fixed.

hokein updated this revision to Diff 323084.Feb 11 2021, 11:10 AM

fix failure tests.

This revision was landed with ongoing or failed builds.Feb 11 2021, 11:29 AM
This revision was automatically updated to reflect the committed changes.