[PATCH] D39057: [clangd][WIP] Integrate the refactoring actions into clangd
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 25 02:06:28 PDT 2017
ilya-biryukov added a subscriber: malaperle.
ilya-biryukov added a comment.
There's another patch (https://reviews.llvm.org/D39276) that tries to add `workspace/executeCommand` for a slightly different use-case.
Could we take the code for parsing/handling `workspace/executeCommand` from this patch and extract it into a separate change so that these two patches can be reviewed independently?
I expect that the only addition the other patch needs (https://reviews.llvm.org/D39276) is to add a new kind of `CommandArgument`.
Repository:
rL LLVM
https://reviews.llvm.org/D39057
More information about the cfe-commits
mailing list