[PATCH] D50337: [clangd] DexIndex implementation prototype
Kirill Bobyrev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 7 02:52:04 PDT 2018
kbobyrev added a comment.
As discussed offline, incomplete trigrams (unigrams and bigrams generation) should be a blocker for this patch, because otherwise it isn't functional. Once incomplete trigrams are in, `MemIndex` tests can be reused for `DexIndex` to ensure stability.
https://reviews.llvm.org/D50337
More information about the cfe-commits
mailing list