[PATCH] D90746: [clangd] Cleanup dependencies around RemoteIndex

2020-11-04 Thread Kadir Cetinkaya via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGed424b42880e: [clangd] Cleanup dependencies around RemoteIndex (authored by kadircet). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90746/new/ https://revi

[PATCH] D90746: [clangd] Cleanup dependencies around RemoteIndex

2020-11-04 Thread Kirill Bobyrev via Phabricator via cfe-commits
kbobyrev accepted this revision. kbobyrev added a comment. This revision is now accepted and ready to land. LGTM, thanks! Comment at: clang-tools-extra/clangd/CMakeLists.txt:115 LINK_LIBS + clangdRemoteIndex clangdSupport kadircet wrote: > kbobyrev wrote

[PATCH] D90746: [clangd] Cleanup dependencies around RemoteIndex

2020-11-04 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet updated this revision to Diff 302820. kadircet marked 2 inline comments as done. kadircet added a comment. - Revert indentation changes - Move all libraries to private to be consistent on what we link in ClangdMain. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION http

[PATCH] D90746: [clangd] Cleanup dependencies around RemoteIndex

2020-11-04 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet added inline comments. Comment at: clang-tools-extra/clangd/CMakeLists.txt:115 LINK_LIBS + clangdRemoteIndex clangdSupport kbobyrev wrote: > If we're moving `clangdRemoteIndex` to `clangDaemon` there is no need to link > `clangd` itself to `clang

[PATCH] D90746: [clangd] Cleanup dependencies around RemoteIndex

2020-11-04 Thread Kirill Bobyrev via Phabricator via cfe-commits
kbobyrev added inline comments. Comment at: clang-tools-extra/clangd/CMakeLists.txt:115 LINK_LIBS + clangdRemoteIndex clangdSupport If we're moving `clangdRemoteIndex` to `clangDaemon` there is no need to link `clangd` itself to `clangdRemoteIndex` anymor

[PATCH] D90746: [clangd] Cleanup dependencies around RemoteIndex

2020-11-04 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet created this revision. kadircet added reviewers: sammccall, kbobyrev. Herald added subscribers: cfe-commits, usaxena95, arphaman, mgorny. Herald added a project: clang. kadircet requested review of this revision. Herald added subscribers: MaskRay, ilya-biryukov. RemoteIndexClient implemen