[all-commits] [llvm/llvm-project] 81e5f2: [clangd] Give the server information about client'...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Thu Oct 22 12:35:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 81e5f298c431555d809f898c196945ca879c1150
https://github.com/llvm/llvm-project/commit/81e5f298c431555d809f898c196945ca879c1150
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M clang-tools-extra/clangd/index/remote/Client.cpp
M clang-tools-extra/clangd/index/remote/Index.proto
M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
M clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
Log Message:
-----------
[clangd] Give the server information about client's remote index protocol version
And also introduce Protobuf package versioning, it will help to deal
with breaking changes. Inroducing package version itself is a breaking
change, clients and servers need to be updated.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D89862
More information about the All-commits
mailing list