llvm-project/clang-tools-extra/clangd
Ilya Biryukov b080cb155b [clangd] Allow to pass code completion opts to ClangdServer.
Reviewers: bkramer, krasimir, sammccall

Reviewed By: krasimir

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D38731

llvm-svn: 316327
2017-10-23 14:46:48 +00:00
..
clients/clangd-vscode [clangd] Handle workspace/didChangeWatchedFiles 2017-10-02 18:00:37 +00:00
tool Revert "Revert r315214 since diff -Z isn't portable, this is breaking:" 2017-10-10 09:08:47 +00:00
CMakeLists.txt [clangd] Introduced Logger interface. 2017-09-20 07:24:15 +00:00
ClangdLSPServer.cpp [clangd] Allow to pass code completion opts to ClangdServer. 2017-10-23 14:46:48 +00:00
ClangdLSPServer.h [clangd] less boilerplate in RPC dispatch 2017-10-12 13:29:58 +00:00
ClangdServer.cpp [clangd] Allow to pass code completion opts to ClangdServer. 2017-10-23 14:46:48 +00:00
ClangdServer.h [clangd] Allow to pass code completion opts to ClangdServer. 2017-10-23 14:46:48 +00:00
ClangdUnit.cpp [clangd] Allow to pass code completion opts to ClangdServer. 2017-10-23 14:46:48 +00:00
ClangdUnit.h [clangd] Allow to pass code completion opts to ClangdServer. 2017-10-23 14:46:48 +00:00
ClangdUnitStore.cpp [clangd] Introduced Logger interface. 2017-09-20 07:24:15 +00:00
ClangdUnitStore.h [clangd] Introduced Logger interface. 2017-09-20 07:24:15 +00:00
DraftStore.cpp Fixing compilation failures on buildbots. 2017-05-16 10:06:20 +00:00
DraftStore.h [clangd] Serialize onDiagnosticsReady callbacks for the same file. 2017-09-20 12:58:55 +00:00
Function.h [clangd] Added missing #includes to Function.h 2017-10-10 16:12:50 +00:00
GlobalCompilationDatabase.cpp [clangd] clang-format the source code. NFC. 2017-10-10 14:21:04 +00:00
GlobalCompilationDatabase.h [clangd] Command line arg to specify compile_commands.json path 2017-10-02 15:13:20 +00:00
JSONRPCDispatcher.cpp [clangd] less boilerplate in RPC dispatch 2017-10-12 13:29:58 +00:00
JSONRPCDispatcher.h [clangd] less boilerplate in RPC dispatch 2017-10-12 13:29:58 +00:00
Logger.cpp [clangd] Introduced Logger interface. 2017-09-20 07:24:15 +00:00
Logger.h [clangd] Introduced Logger interface. 2017-09-20 07:24:15 +00:00
Path.h Restored r303067 and fixed failing test. 2017-05-16 09:38:59 +00:00
Protocol.cpp [clangd] less boilerplate in RPC dispatch 2017-10-12 13:29:58 +00:00
Protocol.h [clangd] less boilerplate in RPC dispatch 2017-10-12 13:29:58 +00:00
ProtocolHandlers.cpp [clangd] less boilerplate in RPC dispatch 2017-10-12 13:29:58 +00:00
ProtocolHandlers.h [clangd] less boilerplate in RPC dispatch 2017-10-12 13:29:58 +00:00