llvm-project/clang-tools-extra/clangd
Eric Liu eea1633878 [clangd] Build in-memory index on symbols in files.
Reviewers: sammccall

Reviewed By: sammccall

Subscribers: klimek, mgorny, ilya-biryukov, cfe-commits

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

llvm-svn: 320807
2017-12-15 12:25:02 +00:00
..
clients/clangd-vscode [clangd] Handle clangd.applyFix server-side 2017-11-03 13:39:15 +00:00
fuzzer [clangd] clang-format the code. NFC 2017-12-12 12:56:46 +00:00
index [clangd] Build in-memory index on symbols in files. 2017-12-15 12:25:02 +00:00
tool [clangd] Implemented tracing using Context 2017-12-14 15:04:59 +00:00
CMakeLists.txt [clangd] Build in-memory index on symbols in files. 2017-12-15 12:25:02 +00:00
ClangdLSPServer.cpp [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
ClangdLSPServer.h [clangd] Emit ranges for clangd diagnostics, and fix off-by-one positions 2017-12-13 08:48:42 +00:00
ClangdServer.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ClangdServer.h [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
ClangdUnit.cpp [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
ClangdUnit.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ClangdUnitStore.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ClangdUnitStore.h [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
CodeComplete.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
CodeComplete.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
Compiler.cpp [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
Compiler.h [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
Context.cpp [clangd] Introduced a Context that stores implicit data 2017-12-12 11:16:45 +00:00
Context.h [clangd] Try to workaround MSVC compilation failure. 2017-12-13 13:43:47 +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] Fix bool conversion operator of UniqueFunction 2017-12-13 15:42:59 +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] Implemented logging using Context 2017-12-13 12:51:22 +00:00
GlobalCompilationDatabase.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
JSONExpr.cpp [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
JSONExpr.h [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
JSONRPCDispatcher.cpp [clangd] Implemented tracing using Context 2017-12-14 15:04:59 +00:00
JSONRPCDispatcher.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
Logger.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
Logger.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
Path.h Restored r303067 and fixed failing test. 2017-05-16 09:38:59 +00:00
Protocol.cpp [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
Protocol.h [clangd] Document highlights for clangd 2017-12-12 12:27:47 +00:00
ProtocolHandlers.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ProtocolHandlers.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
Trace.cpp [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
Trace.h [clangd] Changed tracing interfaces 2017-12-14 15:33:38 +00:00