summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/DexIndexTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] NFC: Rename DexIndex to DexKirill Bobyrev2018-09-101-615/+0
* [clangd] Implement proximity path boosting for DexKirill Bobyrev2018-09-061-16/+80
* [clangd] Factor out the data-swapping functionality from MemIndex/DexIndex.Sam McCall2018-09-031-73/+43
* [clangd] Fix tests after rL341057Kirill Bobyrev2018-08-301-1/+1
* [clangd] Implement iterator costKirill Bobyrev2018-08-301-2/+2
* Cleanup after rL340729Kirill Bobyrev2018-08-271-13/+12
* [clangd] Implement LIMIT iteratorKirill Bobyrev2018-08-241-24/+22
* [clangd] Implement BOOST iteratorKirill Bobyrev2018-08-221-27/+72
* [clangd] DexIndex implementation prototypeKirill Bobyrev2018-08-201-2/+177
* [clangd] NFC: Cleanup Dex Iterator comments and simplify testsKirill Bobyrev2018-08-201-19/+19
* [clangd] Implement TRUE IteratorKirill Bobyrev2018-08-201-0/+13
* [clangd] NFC: Improve Dex Iterators debugging traitsKirill Bobyrev2018-08-161-2/+3
* [clangd] Generate incomplete trigrams for the Dex indexKirill Bobyrev2018-08-131-24/+36
* [clangd] Allow consuming limited number of itemsKirill Bobyrev2018-08-101-0/+21
* [clangd] Return Dex IteratorsKirill Bobyrev2018-07-271-1/+220
* Revert Clangd Dex Iterators patchKirill Bobyrev2018-07-261-223/+1
* [clangd] Fix unit tests for DexKirill Bobyrev2018-07-261-7/+20
* [clangd] Proof-of-concept query iterators for Dex symbol indexKirill Bobyrev2018-07-261-1/+212
* [clangd] Introduce Dex symbol index search tokensKirill Bobyrev2018-07-251-0/+96
OpenPOWER on IntegriCloud