llvm-project/clang-tools-extra/clangd/index/remote/unimplemented
Kadir Cetinkaya ed424b4288
[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
2020-11-04 16:58:11 +01:00
..
CMakeLists.txt [clangd] Cleanup dependencies around RemoteIndex 2020-11-04 16:58:11 +01:00
UnimplementedClient.cpp [clangd] Implement path and URI translation for remote index 2020-07-09 12:52:55 +02:00