[PATCH] D51539: [clangd] Add symbol slab size to index memory consumption estimates
Kirill Bobyrev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 10 04:44:20 PDT 2018
kbobyrev marked an inline comment as done.
kbobyrev added inline comments.
================
Comment at: clang-tools-extra/clangd/index/Index.h:512
llvm::function_ref<void(const Symbol &)>) const override;
+
void lookup(const LookupRequest &,
----------------
ioeric wrote:
> nit: I'd avoid irrelevant changes.
This one is out of sync; fixed in the previous update :)
https://reviews.llvm.org/D51539
More information about the cfe-commits
mailing list