This is a breaking change in remote index protocol.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/index/remote/Index.proto | ||
---|---|---|
18 | this deserves a comment: "Common final result for streaming requests." | |
18 | this isn't specific to Lookup, so shouldn't go between LookupRequest and LookupReply, rather either at the very top or below all the request/reply messages. | |
23 | I think stream_result/result suggests that result is "primary" which isn't the case. |
this deserves a comment: "Common final result for streaming requests."