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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to