[all-commits] [llvm/llvm-project] 8080ea: [clangd] Enable reflection for clangd-index-server

Kirill Bobyrev via All-commits all-commits at lists.llvm.org
Wed Mar 10 00:08:03 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8080ea4c4b8c456c72c617587cc32f174b3105c1
      https://github.com/llvm/llvm-project/commit/8080ea4c4b8c456c72c617587cc32f174b3105c1
  Author: Kirill Bobyrev <kbobyrev at google.com>
  Date:   2021-03-10 (Wed, 10 Mar 2021)

  Changed paths:
    M clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M llvm/cmake/modules/FindGRPC.cmake

  Log Message:
  -----------
  [clangd] Enable reflection for clangd-index-server

This allows sending requests through CLI and more debugging
opportunities. Example:

```bash
$ grpc_cli ls localhost:50051
clang.clangd.remote.v1.SymbolIndex
grpc.reflection.v1alpha.ServerReflection
grpc.health.v1.Health
```




More information about the All-commits mailing list