[all-commits] [llvm/llvm-project] 421a2a: [clangd] Migrate to proto2 syntax
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Fri Oct 23 05:27:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 421a2a0dbbd691abeb86dee150cf710a6122e269
https://github.com/llvm/llvm-project/commit/421a2a0dbbd691abeb86dee150cf710a6122e269
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
M clang-tools-extra/clangd/index/remote/Index.proto
M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
Log Message:
-----------
[clangd] Migrate to proto2 syntax
This allows us to check whether enum field is actually sent over the wire or missing.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D89882
More information about the All-commits
mailing list