This allows it to have a separate namespace (grpc versioned service) without
putting versioning info on all of the other protos (before we need it).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90031
[clang] Split remote index service definition into a separate file. ClosedPublic Authored by sammccall on Oct 23 2020, 5:21 AM.
Details Summary This allows it to have a separate namespace (grpc versioned service) without
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 23 2020, 5:24 AM This revision was landed with ongoing or failed builds.Oct 23 2020, 6:21 AM Closed by commit rGe6c1c3f97f13: [clang] Split remote index service definition into a separate file. (authored by sammccall). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 300243 clang-tools-extra/clangd/index/remote/CMakeLists.txt
clang-tools-extra/clangd/index/remote/Client.cpp
clang-tools-extra/clangd/index/remote/Index.proto
clang-tools-extra/clangd/index/remote/Service.proto
clang-tools-extra/clangd/index/remote/marshalling/CMakeLists.txt
clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
clang-tools-extra/clangd/index/remote/server/Server.cpp
|