llvm-project/clang-tools-extra/clangd
Ilya Biryukov eab499d31b [clangd] Added missing #includes to Function.h
llvm-svn: 315324
2017-10-10 16:12:50 +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] Add textDocument/signatureHelp 2017-10-06 11:54:17 +00:00
ClangdLSPServer.h [clangd] Add textDocument/signatureHelp 2017-10-06 11:54:17 +00:00
ClangdServer.cpp [clangd] Added move-only function helpers. 2017-10-09 16:26:26 +00:00
ClangdServer.h [clangd] Added move-only function helpers. 2017-10-09 16:26:26 +00:00
ClangdUnit.cpp Fix signed/unsigned warning 2017-10-07 12:24:10 +00:00
ClangdUnit.h [clangd] Add textDocument/signatureHelp 2017-10-06 11:54:17 +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 Revert "Revert r315214 since diff -Z isn't portable, this is breaking:" 2017-10-10 09:08:47 +00:00
JSONRPCDispatcher.h Revert "Revert r315214 since diff -Z isn't portable, this is breaking:" 2017-10-10 09:08:47 +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] clang-format the source code. NFC. 2017-10-10 14:21:04 +00:00
Protocol.h [clangd] Add textDocument/signatureHelp 2017-10-06 11:54:17 +00:00
ProtocolHandlers.cpp [clangd] clang-format the source code. NFC. 2017-10-10 14:21:04 +00:00
ProtocolHandlers.h [clangd] Add textDocument/signatureHelp 2017-10-06 11:54:17 +00:00