[clangd] Fix assertions for D83826
authorKirill Bobyrev <kbobyrev@google.com>
Tue, 21 Jul 2020 09:16:43 +0000 (11:16 +0200)
committerKirill Bobyrev <kbobyrev@google.com>
Tue, 21 Jul 2020 09:20:31 +0000 (11:20 +0200)
commit4470b8c6a6b16de3b4f1f3c4cf81137a9fe4c8a1
tree54d57fab924d83993575b3348191d206429bd3dc
parentab6263c9258ccd0e3c9cb4f675979f22cfba6131
[clangd] Fix assertions for D83826

FuzzyFindRequest's toProtobuf is called on the client side (hence
LocalIndexRoot must be present) and fromProtobuf - on the server.
clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp