llvm-project/clang-tools-extra/clangd/index/dex
Kadir Cetinkaya 1b65b376ae [dexp] Change FuzzyFind to also print scope of symbols
Summary:
When there are multiple symbols in the result of a fuzzy find with the
same name, one has to perform an additional query to figure out which of those
symbols are coming from the "interesting" scope. This patch prints the scope in
fuzzy find results to get rid of the second symbol.

Reviewers: hokein

Subscribers: ilya-biryukov, ioeric, jkorous, arphaman, cfe-commits

Differential Revision: https://reviews.llvm.org/D55705

llvm-svn: 349152
2018-12-14 14:17:18 +00:00
..
dexp [dexp] Change FuzzyFind to also print scope of symbols 2018-12-14 14:17:18 +00:00
Dex.cpp [clangd] Cleanup: stop passing around list of supported URI schemes. 2018-11-22 15:02:05 +00:00
Dex.h [clangd] Cleanup: stop passing around list of supported URI schemes. 2018-11-22 15:02:05 +00:00
Iterator.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
Iterator.h [clangd] Simplify Dex query tree logic and fix missing-posting-list bug 2018-10-04 17:18:55 +00:00
PostingList.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
PostingList.h [clangd] Dex iterator printer shows query structure, not iterator state. 2018-10-02 11:51:36 +00:00
Token.h [clangd] Dex iterator printer shows query structure, not iterator state. 2018-10-02 11:51:36 +00:00
Trigram.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
Trigram.h [clangd] Remove one-segment-skipping from Dex trigrams. 2018-10-04 14:08:11 +00:00