[all-commits] [llvm/llvm-project] b9b708: [clangd] Log a message when gRPC support is off, b...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Fri Apr 9 06:53:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b9b708eef8cb7bcb073361283cd573beb04992a9
      https://github.com/llvm/llvm-project/commit/b9b708eef8cb7bcb073361283cd573beb04992a9
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M clang-tools-extra/clangd/ConfigCompile.cpp
    M clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp

  Log Message:
  -----------
  [clangd] Log a message when gRPC support is off, but remote-index is configured

Before this change clangd would emit a diagnostic whenever remote-index
was configured but binary didn't have grpc support.

This can be annoying when projects are configuring remote-index through their
configs but developers have a clangd binary without the support.

Differential Revision: https://reviews.llvm.org/D100103




More information about the All-commits mailing list