[all-commits] [llvm/llvm-project] c21378: [clangd/index/remote]NFC: Adapt code to newer grpc...
Matthias Braun via All-commits
all-commits at lists.llvm.org
Thu Feb 23 11:27:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c21378f90a4442810adc4af924a83a9c222fdc51
https://github.com/llvm/llvm-project/commit/c21378f90a4442810adc4af924a83a9c222fdc51
Author: Matthias Braun <matze at braunis.de>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M clang-tools-extra/clangd/index/remote/monitor/Monitor.cpp
Log Message:
-----------
[clangd/index/remote]NFC: Adapt code to newer grpc/protobuf versions
It seems newer grpc / protobuf versions renamed
`Status::error_message()` and `Status::error_code()` to `message()` and
`code()` to prepare for replacement with `absl::Status` with the same
names.
As far as I can tell the new names are already available in the
grpc-1.36 version mentioned in the `README` file.
Differential Revision: https://reviews.llvm.org/D144599
More information about the All-commits
mailing list