hanchenye-llvm-project/clang-tools-extra/clangd
Benjamin Kramer b560a9a1b8 [clangd] Don't crash on empty textDocument/didChange.
Found by clangd-fuzzer.

llvm-svn: 316652
2017-10-26 10:36:20 +00:00
..
clients/clangd-vscode [clangd] Handle workspace/didChangeWatchedFiles 2017-10-02 18:00:37 +00:00
fuzzer [clangd] Don't use /// for non-doxygen comments. 2017-10-26 10:07:04 +00:00
tool [clangd] Don't use /// for non-doxygen comments. 2017-10-26 10:07:04 +00:00
CMakeLists.txt [clangd] Add a simple fuzzer. It crashes a lot :) 2017-10-26 10:03:11 +00:00
ClangdLSPServer.cpp [clangd] Don't crash on empty textDocument/didChange. 2017-10-26 10:36:20 +00:00
ClangdLSPServer.h [clangd] Handle exit notification (proper shutdown) 2017-10-25 08:45:41 +00:00
ClangdServer.cpp [clangd] Added a callback-based codeComplete in clangd. 2017-10-25 09:35:10 +00:00
ClangdServer.h [clangd] Added a callback-based codeComplete in clangd. 2017-10-25 09:35:10 +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] Handle exit notification (proper shutdown) 2017-10-25 08:45:41 +00:00
ProtocolHandlers.cpp [clangd] Handle exit notification (proper shutdown) 2017-10-25 08:45:41 +00:00
ProtocolHandlers.h [clangd] Handle exit notification (proper shutdown) 2017-10-25 08:45:41 +00:00