Also do an early return if the number of affected files > limit to save
some unnecessary FileURI computations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D70811
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 28 2019, 4:15 AM Closed by commit rG3c3aca245e67: [clangd] Don't perform rename when the refs result from index is incomplete. (authored by hokein). · Explain WhyNov 28 2019, 5:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 231411 clang-tools-extra/clangd/refactor/Rename.cpp
clang-tools-extra/clangd/unittests/RenameTests.cpp
|