[PATCH] D93796: [clangd][fuzzyFind] Do not show stale symbols in the result.
Aleksandr Platonov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 24 00:49:20 PST 2020
ArcsinX created this revision.
ArcsinX added a reviewer: sammccall.
Herald added subscribers: usaxena95, kadircet, arphaman.
ArcsinX requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang.
This is follow up to D93393 <https://reviews.llvm.org/D93393>.
Without this patch `MergedIndex::fuzzyFind()` returns stale symbols from the static index even if these symbols were removed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93796
Files:
clang-tools-extra/clangd/index/Merge.cpp
clang-tools-extra/clangd/index/Merge.h
clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
clang-tools-extra/clangd/unittests/IndexTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93796.313671.patch
Type: text/x-patch
Size: 4550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201224/0d141655/attachment.bin>
More information about the cfe-commits
mailing list