llvm-project/clang-tools-extra/clangd
Krasimir Georgiev e4130d52da [clangd] Reuse compile commands during reparse
Summary:
Previously we always queried the compilation database and discarded the results
if the file was already opened.

Reviewers: ilya-biryukov

Reviewed By: ilya-biryukov

Subscribers: cfe-commits

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

llvm-svn: 308970
2017-07-25 11:37:43 +00:00
..
clients/clangd-vscode [clangd] Fix Go to Definition not working in VSCode extension 2017-07-11 21:26:18 +00:00
tool [clangd] Allow specifying -resource-dir 2017-07-19 15:43:35 +00:00
CMakeLists.txt clangDaemon: Update libdeps in r308738. 2017-07-21 23:48:26 +00:00
ClangdLSPServer.cpp [clangd] Allow specifying -resource-dir 2017-07-19 15:43:35 +00:00
ClangdLSPServer.h [clangd] Allow specifying -resource-dir 2017-07-19 15:43:35 +00:00
ClangdServer.cpp [clangd] Replace ASTUnit with manual AST management. 2017-07-21 13:29:29 +00:00
ClangdServer.h [clangd] Add "Go to Declaration" functionality 2017-06-28 16:12:10 +00:00
ClangdUnit.cpp [clangd] Reuse compile commands during reparse 2017-07-25 11:37:43 +00:00
ClangdUnit.h [clangd] Replace ASTUnit with manual AST management. 2017-07-21 13:29:29 +00:00
ClangdUnitStore.cpp [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
ClangdUnitStore.h [clangd] Reuse compile commands during reparse 2017-07-25 11:37:43 +00:00
DraftStore.cpp Fixing compilation failures on buildbots. 2017-05-16 10:06:20 +00:00
DraftStore.h Restored r303067 and fixed failing test. 2017-05-16 09:38:59 +00:00
GlobalCompilationDatabase.cpp [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
GlobalCompilationDatabase.h [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
JSONRPCDispatcher.cpp Added missing includes in clangd to fix the build. 2017-05-16 15:23:55 +00:00
JSONRPCDispatcher.h Added missing includes in clangd to fix the build. 2017-05-16 15:23:55 +00:00
Path.h Restored r303067 and fixed failing test. 2017-05-16 09:38:59 +00:00
Protocol.cpp [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
Protocol.h [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
ProtocolHandlers.cpp [clangd] Add "Go to Declaration" functionality 2017-06-28 16:12:10 +00:00
ProtocolHandlers.h [clangd] Add "Go to Declaration" functionality 2017-06-28 16:12:10 +00:00