Instead of tooling::Replacements. So that embedders do not need to store
the contents of the file.
This also aligns better with ClangdServer::rename.
Paths
| Differential D63140
[clangd] Return TextEdits from ClangdServer::applyTweak ClosedPublic Authored by ilya-biryukov on Jun 11 2019, 7:31 AM.
Details Summary Instead of tooling::Replacements. So that embedders do not need to store This also aligns better with ClangdServer::rename.
Diff Detail
Event TimelineComment Actions @hokein just realized you might be a better reviewer, since this makes applyTweak aligned with rename. And you implemented rename in the first place This revision is now accepted and ready to land.Jun 12 2019, 4:49 AM Closed by commit rL363150: [clangd] Return TextEdits from ClangdServer::applyTweak (authored by ibiryukov). · Explain WhyJun 12 2019, 5:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 204264 clang-tools-extra/trunk/clangd/ClangdLSPServer.cpp
clang-tools-extra/trunk/clangd/ClangdServer.h
clang-tools-extra/trunk/clangd/ClangdServer.cpp
|