summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>2017-11-03 13:39:15 +0000
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>2017-11-03 13:39:15 +0000
commite7ec16aaa6f8a08ec586bdc13bfa6b79605d4a6a (patch)
tree10271b83fcdc84feb2aed29b5d02b07b352991b3 /llvm
parent1d415c335ef7cfd5e353434ab0a461f04ed3acdb (diff)
downloadbcm5719-llvm-e7ec16aaa6f8a08ec586bdc13bfa6b79605d4a6a.tar.gz
bcm5719-llvm-e7ec16aaa6f8a08ec586bdc13bfa6b79605d4a6a.zip
[clangd] Handle clangd.applyFix server-side
Summary: When the user selects a fix-it (or any code action with commands), it is possible to let the client forward the selected command to the server. When the clangd.applyFix command is handled on the server, it can send a workspace/applyEdit request to the client. This has the advantage that the client doesn't explicitly have to know how to handle clangd.applyFix. Therefore, the code to handle clangd.applyFix in the VS Code extension (and any other Clangd client) is not required anymore. Reviewers: ilya-biryukov, sammccall, Nebiroth, hokein Reviewed By: hokein Subscribers: ioeric, hokein, rwols, puremourning, bkramer, ilya-biryukov Tags: #clang-tools-extra Differential Revision: https://reviews.llvm.org/D39276 llvm-svn: 317322
Diffstat (limited to 'llvm')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud