hanchenye-llvm-project/clang-tools-extra/clangd
Matt Morehouse 468d4da4e8 [clangd-fuzzer] Update contruction of LSPServer.
The constructor for ClangdLSPServer changed in r318412 and r318925,
breaking the clangd-fuzzer build.

llvm-svn: 320074
2017-12-07 19:04:27 +00:00
..
clients/clangd-vscode [clangd] Handle clangd.applyFix server-side 2017-11-03 13:39:15 +00:00
fuzzer [clangd-fuzzer] Update contruction of LSPServer. 2017-12-07 19:04:27 +00:00
tool [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
CMakeLists.txt [clangd] Split CodeComplete into a separate file. NFC 2017-12-04 13:49:59 +00:00
ClangdLSPServer.cpp [clangd] Set completion options per-request. 2017-12-05 10:42:57 +00:00
ClangdLSPServer.h [clangd] Set completion options per-request. 2017-12-05 10:42:57 +00:00
ClangdServer.cpp [clangd] Set completion options per-request. 2017-12-05 10:42:57 +00:00
ClangdServer.h [clangd] Set completion options per-request. 2017-12-05 10:42:57 +00:00
ClangdUnit.cpp [clangd] Split CodeComplete into a separate file. NFC 2017-12-04 13:49:59 +00:00
ClangdUnit.h [clangd] Split CodeComplete into a separate file. NFC 2017-12-04 13:49:59 +00:00
ClangdUnitStore.cpp [clangd] GlobalCompilationDatabase interface changes 2017-12-04 10:08:45 +00:00
ClangdUnitStore.h [clangd] Use in-memory preambles in clangd. 2017-11-16 16:25:18 +00:00
CodeComplete.cpp [clangd] Split code-completion tests out of ClangdTests. NFC. 2017-12-05 07:20:26 +00:00
CodeComplete.h [clangd] Split CodeComplete into a separate file. NFC 2017-12-04 13:49:59 +00:00
Compiler.cpp [clangd] Split CodeComplete into a separate file. NFC 2017-12-04 13:49:59 +00:00
Compiler.h [clangd] Split CodeComplete into a separate file. NFC 2017-12-04 13:49:59 +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
FuzzyMatch.cpp [clangd] Fix FuzzyMatch tests on windows, NFC 2017-12-02 03:35:19 +00:00
FuzzyMatch.h [clangd] Avoid enum in bitfields, can't satisfy old GCC and new MSVC 2017-12-02 04:15:55 +00:00
GlobalCompilationDatabase.cpp [clangd] GlobalCompilationDatabase interface changes 2017-12-04 10:08:45 +00:00
GlobalCompilationDatabase.h [clangd] GlobalCompilationDatabase interface changes 2017-12-04 10:08:45 +00:00
JSONExpr.cpp [clangd] Add missing (but documented!) JSONExpr typed accessors 2017-11-28 09:25:09 +00:00
JSONExpr.h [clangd] New conventions for JSON-marshalling functions, centralize machinery 2017-11-30 21:32:29 +00:00
JSONRPCDispatcher.cpp [clangd] Logger implicitly adds newline 2017-11-30 23:21:34 +00:00
JSONRPCDispatcher.h [clangd] Logger implicitly adds newline 2017-11-30 23:21:34 +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] New conventions for JSON-marshalling functions, centralize machinery 2017-11-30 21:32:29 +00:00
Protocol.h [clangd] New conventions for JSON-marshalling functions, centralize machinery 2017-11-30 21:32:29 +00:00
ProtocolHandlers.cpp [clangd] Logger implicitly adds newline 2017-11-30 23:21:34 +00:00
ProtocolHandlers.h [clangd] Add rename support. 2017-11-09 11:30:04 +00:00
Trace.cpp [clangd] Switch from YAMLParser to JSONExpr 2017-11-28 09:37:43 +00:00
Trace.h [clangd] Tracing improvements 2017-11-23 17:12:04 +00:00