[PATCH] D77794: [clangd] Pull installed gRPC and introduce clangd-remote-(server|client)

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 14 04:13:26 PDT 2020


kbobyrev updated this revision to Diff 257270.
kbobyrev marked 6 inline comments as done.
kbobyrev added a comment.

Improve CMake infrastructure.

- Move client and server into separate directories and enable LLVM's error logic
- Address a bunch of comments regarding flags enabling gRPC & remote index build
- Simplify protobuf generation script


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77794/new/

https://reviews.llvm.org/D77794

Files:
  clang-tools-extra/clangd/CMakeLists.txt
  clang-tools-extra/clangd/index/remote/CMakeLists.txt
  clang-tools-extra/clangd/index/remote/Index.proto
  clang-tools-extra/clangd/index/remote/client/CMakeLists.txt
  clang-tools-extra/clangd/index/remote/client/Client.cpp
  clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
  clang-tools-extra/clangd/index/remote/server/Server.cpp
  llvm/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77794.257270.patch
Type: text/x-patch
Size: 12635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200414/6179d240/attachment-0001.bin>


More information about the cfe-commits mailing list