[PATCH] D62839: [clangd] Index API and implementations for relations

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 13 21:14:47 PDT 2019


nridge added inline comments.


================
Comment at: clang-tools-extra/clangd/index/dex/Dex.cpp:244
                  llvm::function_ref<void(const Symbol &)> Callback) const {
   trace::Span Tracer("Dex lookup");
   for (const auto &ID : Req.IDs) {
----------------
kadircet wrote:
> could you revert these changes?
Reverted. Not sure how they were introduced in the first place... rebase error perhaps.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62839





More information about the cfe-commits mailing list