Latest commit
93e4eab
Nov 3, 2017
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 git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@317322 91177308-0d34-0410-b5e6-96231b3b80d8
Permalink
| .. | |||
| Failed to load latest commit information. | |||
|
|
clients/clangd-vscode |
|
|
|
|
fuzzer |
|
|
|
|
tool |
|
|
|
|
CMakeLists.txt |
|
|
|
|
ClangdLSPServer.cpp |
|
|
|
|
ClangdLSPServer.h |
|
|
|
|
ClangdServer.cpp |
|
|
|
|
ClangdServer.h |
|
|
|
|
ClangdUnit.cpp |
|
|
|
|
ClangdUnit.h |
|
|
|
|
ClangdUnitStore.cpp |
|
|
|
|
ClangdUnitStore.h |
|
|
|
|
DraftStore.cpp |
|
|
|
|
DraftStore.h |
|
|
|
|
Function.h |
|
|
|
|
GlobalCompilationDatabase.cpp |
|
|
|
|
GlobalCompilationDatabase.h |
|
|
|
|
JSONRPCDispatcher.cpp |
|
|
|
|
JSONRPCDispatcher.h |
|
|
|
|
Logger.cpp |
|
|
|
|
Logger.h |
|
|
|
|
Path.h |
|
|
|
|
Protocol.cpp |
|
|
|
|
Protocol.h |
|
|
|
|
ProtocolHandlers.cpp |
|
|
|
|
ProtocolHandlers.h |
|
|
|
|
Trace.cpp |
|
|
|
|
Trace.h |
|
|