Star
81
Fork
27
代码
介绍
代码
Issues
9
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
clang-tools-extra
/
clangd
/
index
/
remote
/
monitor
下载当前目录
M
Matthias Braun
[clangd/index/remote]NFC: Adapt code to newer grpc/protobuf versions
c21378f9
创建于
2023年2月24日
历史提交
文件
最后提交记录
最后更新时间
CMakeLists.txt
Add 'clangd' prefix to remote index proto targets Some pieces of build infrastructure (shlib, debian package) classify targets based on whether they begin with "clang".
4 年前
Monitor.cpp
[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
3 年前