[PATCH] D78521: [clangd] Extend dexp to support remote index

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 24 05:22:24 PDT 2020


sammccall accepted this revision.
sammccall added inline comments.


================
Comment at: clang-tools-extra/clangd/index/remote/Client.cpp:64
+              llvm::function_ref<void(const clangd::Symbol &)> Callback) const {
+    streamRPC<LookupRequest, LookupReply>(
+        Request, &remote::SymbolIndex::Stub::Lookup, Callback);
----------------
nit: LookupRequest and LookupReply should be deducible now I think


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78521/new/

https://reviews.llvm.org/D78521





More information about the cfe-commits mailing list