[PATCH] D39055: [refactor] Add an editor client that is used in clangd

2017-10-24 Thread Eric Liu via Phabricator via cfe-commits
ioeric added inline comments. Comment at: include/clang/Tooling/Refactoring/EditorClient.h:46 + /// error otherwise. + Expected performRefactoring(ASTContext &Context, + StringRef CommandName, I think it's worth think

[PATCH] D39055: [refactor] Add an editor client that is used in clangd

2017-10-18 Thread Alex Lorenz via Phabricator via cfe-commits
arphaman created this revision. Herald added subscribers: mgorny, klimek. This patch adds an editor client that can do things like: - find a list of available refactoring editor commands in a particular range. - perform a particular refactoring editor command in a particular range. This editor c