[all-commits] [llvm/llvm-project] 4470b8: [clangd] Fix assertions for D83826
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Tue Jul 21 02:21:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4470b8c6a6b16de3b4f1f3c4cf81137a9fe4c8a1
https://github.com/llvm/llvm-project/commit/4470b8c6a6b16de3b4f1f3c4cf81137a9fe4c8a1
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
Log Message:
-----------
[clangd] Fix assertions for D83826
FuzzyFindRequest's toProtobuf is called on the client side (hence
LocalIndexRoot must be present) and fromProtobuf - on the server.
More information about the All-commits
mailing list