summaryrefslogtreecommitdiffstats
path: root/clangd/index/dex/Dex.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add type boost to fuzzy find in Dex.Eric Liu2019-02-061-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-16/+4
* [clangd] auto-index stores symbols per-file instead of per-TU.Eric Liu2018-11-061-3/+1
* [clangd] Optionally use dex for the preamble parts of the dynamic index.Sam McCall2018-10-161-1/+3
* [clangd] Simplify Dex query tree logic and fix missing-posting-list bugSam McCall2018-10-041-0/+1
* [clangd] Support refs() in dex. Largely cloned from MemIndex.Sam McCall2018-10-041-15/+15
* Reland r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Sam McCall2018-10-021-1/+2
* Revert r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Reid Kleckner2018-10-021-2/+1
* [clangd] Dex: add Corpus factory for iterators, rename, fold constant. NFCSam McCall2018-10-021-1/+2
* [clangd] NFC: Simplify code, enforce LLVM Coding StandardsKirill Bobyrev2018-09-251-9/+10
* [clangd] Introduce PostingList interfaceKirill Bobyrev2018-09-131-0/+1
* [clangd] Add symbol slab size to index memory consumption estimatesKirill Bobyrev2018-09-101-2/+8
* [clangd] NFC: Rename DexIndex to DexKirill Bobyrev2018-09-101-0/+113