[PATCH] D79862: [clangd-remote] Replace YAML serialization with proper Protobuf messages
Kirill Bobyrev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 15 03:02:41 PDT 2020
kbobyrev updated this revision to Diff 264190.
kbobyrev marked an inline comment as done.
kbobyrev added a comment.
Herald added a subscriber: mgorny.
Add tests for Protobuf (de)serialization.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79862/new/
https://reviews.llvm.org/D79862
Files:
clang-tools-extra/clangd/index/remote/Client.cpp
clang-tools-extra/clangd/index/remote/Index.proto
clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
clang-tools-extra/clangd/unittests/CMakeLists.txt
clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
clang-tools-extra/clangd/unittests/TestTU.cpp
clang-tools-extra/clangd/unittests/TestTU.h
clang-tools-extra/clangd/unittests/remote/CMakeLists.txt
clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79862.264190.patch
Type: text/x-patch
Size: 25728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200515/45a4dc5b/attachment-0001.bin>
More information about the cfe-commits
mailing list