[all-commits] [llvm/llvm-project] 9c198b: [clangd] NFC: Use deprecated grpc++ headers for co...

Kirill Bobyrev via All-commits all-commits at lists.llvm.org
Fri May 8 02:11:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c198b550ebbff27499d9b68a8bbac98c4827da1
      https://github.com/llvm/llvm-project/commit/9c198b550ebbff27499d9b68a8bbac98c4827da1
  Author: Kirill Bobyrev <kbobyrev at google.com>
  Date:   2020-05-08 (Fri, 08 May 2020)

  Changed paths:
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/server/Server.cpp

  Log Message:
  -----------
  [clangd] NFC: Use deprecated grpc++ headers for compatibility

Summary:
Ubuntu 18.04 and older versions do not provide latest gRCP packages and the
ones that are in the repository use deprecated headers. Use these headers to
make builds possible.

https://packages.ubuntu.com/bionic/amd64/libgrpc++-dev/filelist

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list