llvm-project/clang-tools-extra/clangd
Jonas Devlieghere c45b03bddc [clangd] Link against clangSema
Fixes linking issue introduced by rL299421 when building LLVM with
shared libraries.

llvm-svn: 299461
2017-04-04 19:42:29 +00:00
..
clients/clangd-vscode [clangd] Add support for vscode extension configuration 2017-03-24 09:29:00 +00:00
ASTManager.cpp [clangd] Add code completion support 2017-04-04 09:46:39 +00:00
ASTManager.h [clangd] Add code completion support 2017-04-04 09:46:39 +00:00
CMakeLists.txt [clangd] Link against clangSema 2017-04-04 19:42:29 +00:00
ClangDMain.cpp [clangd] Add code completion support 2017-04-04 09:46:39 +00:00
DocumentStore.h [clangd] Fix a potential race by copying the FixIts out of ASTManager before releasing the lock. 2017-03-02 10:25:00 +00:00
JSONRPCDispatcher.cpp [clangd] Synchronize logs access. 2017-02-15 16:44:11 +00:00
JSONRPCDispatcher.h [clangd] Synchronize logs access. 2017-02-15 16:44:11 +00:00
Protocol.cpp [clangd] Add code completion support 2017-04-04 09:46:39 +00:00
Protocol.h [clangd] Add code completion support 2017-04-04 09:46:39 +00:00
ProtocolHandlers.cpp [clangd] Add code completion support 2017-04-04 09:46:39 +00:00
ProtocolHandlers.h [clangd] Add code completion support 2017-04-04 09:46:39 +00:00