[all-commits] [llvm/llvm-project] ed424b: [clangd] Cleanup dependencies around RemoteIndex
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Wed Nov 4 08:03:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ed424b42880e256f579d4bc9fb13d2156d8e8eb4
https://github.com/llvm/llvm-project/commit/ed424b42880e256f579d4bc9fb13d2156d8e8eb4
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M clang-tools-extra/clangd/CMakeLists.txt
M clang-tools-extra/clangd/index/remote/CMakeLists.txt
M clang-tools-extra/clangd/index/remote/Client.cpp
M clang-tools-extra/clangd/index/remote/unimplemented/CMakeLists.txt
M clang-tools-extra/clangd/tool/CMakeLists.txt
Log Message:
-----------
[clangd] Cleanup dependencies around RemoteIndex
RemoteIndexClient implementations only depends on clangdSupport for
logging functionality and has no dependence on clangDeamon itself. This clears
out that link time dependency and enables depending on it in clangDeamon itself,
so that we can have other index implementations that makes use of the
RemoteIndex.
Differential Revision: https://reviews.llvm.org/D90746
More information about the All-commits
mailing list