hanchenye-llvm-project/clang-tools-extra/clangd
Ilya Biryukov 11a0252888 [clangd] Release the old preamble before building a new one.
llvm-svn: 318544
2017-11-17 19:05:56 +00:00
..
clients/clangd-vscode [clangd] Handle clangd.applyFix server-side 2017-11-03 13:39:15 +00:00
fuzzer [clangd] Don't use /// for non-doxygen comments. 2017-10-26 10:07:04 +00:00
tool [clangd] Use in-memory preambles in clangd. 2017-11-16 16:25:18 +00:00
CMakeLists.txt [clangd] Add rename support. 2017-11-09 11:30:04 +00:00
ClangdLSPServer.cpp [clangd] Use in-memory preambles in clangd. 2017-11-16 16:25:18 +00:00
ClangdLSPServer.h [clangd] Use in-memory preambles in clangd. 2017-11-16 16:25:18 +00:00
ClangdServer.cpp [clangd] Use in-memory preambles in clangd. 2017-11-16 16:25:18 +00:00
ClangdServer.h [clangd] Use in-memory preambles in clangd. 2017-11-16 16:25:18 +00:00
ClangdUnit.cpp [clangd] Release the old preamble before building a new one. 2017-11-17 19:05:56 +00:00
ClangdUnit.h [clangd] Use in-memory preambles in clangd. 2017-11-16 16:25:18 +00:00
ClangdUnitStore.cpp [clangd] Use in-memory preambles in clangd. 2017-11-16 16:25:18 +00:00
ClangdUnitStore.h [clangd] Use in-memory preambles in clangd. 2017-11-16 16:25:18 +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] Revert broken r318329 and disable tests on PS4 2017-11-15 21:33:56 +00:00
GlobalCompilationDatabase.h [clangd] Command line arg to specify compile_commands.json path 2017-10-02 15:13:20 +00:00
JSONExpr.cpp [clangd] fix MSVC build errors 2017-11-07 08:57:54 +00:00
JSONExpr.h [clangd] fix MSVC build errors 2017-11-07 08:57:54 +00:00
JSONRPCDispatcher.cpp [clangd] clang-format the source code. NFC. 2017-11-15 18:04:56 +00:00
JSONRPCDispatcher.h [clangd] Add ErrorCode enum class. 2017-11-07 10:21:02 +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-11-15 18:04:56 +00:00
Protocol.h [clangd] Support returning a limited number of completion results. 2017-11-15 09:16:29 +00:00
ProtocolHandlers.cpp [clangd] Add rename support. 2017-11-09 11:30:04 +00:00
ProtocolHandlers.h [clangd] Add rename support. 2017-11-09 11:30:04 +00:00
Trace.cpp [clangd] Fix time units in clangd performance trace 2017-11-15 17:53:46 +00:00
Trace.h Performance tracing facility for clangd. 2017-11-02 09:21:51 +00:00