[PATCH] D79079: [clangd] Make use of URIs in FileShardedIndex
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 29 16:12:55 PDT 2020
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/clangd/index/FileIndex.h:59
+/// A container of slabs associated with a key. It can be updated at key
+/// granularity, replacing all slabs belonging to a key with a new set.
///
----------------
may want to mention that keys are typically files, up to you
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79079/new/
https://reviews.llvm.org/D79079
More information about the cfe-commits
mailing list