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
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