Star81
27
代码介绍
代码
Issues9
Pull Requests9
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star81
27
  1. msdebug
  2. /
  3. clang-tools-extra
  4. /
  5. clangd
  6. /
  7. index
  8. /
  9. remote
  10. /
  11. monitor
MMatthias 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/D1445993 年前