summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/dex/Dex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Simplify the code in Index::refsIlya Biryukov2019-11-141-10/+5
* [clangd] Add bool return type to Index::refs API.Haojian Wu2019-11-131-2/+10
* [clangd] Use our own relation kind.Haojian Wu2019-10-171-1/+2
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clangd] Fix off-by-one in CodeComplete and assertion in DexSam McCall2019-07-121-2/+2
* [clangd] Index API and implementations for relationsNathan Ridge2019-06-151-2/+28
* [clangd] Show template argument list in workspacesymbols and documentsymbols ...Kadir Cetinkaya2019-04-121-9/+0
* Revert "[clangd] Print arguments in template specializations"Jordan Rupprecht2019-03-201-0/+9
* [clangd] Print arguments in template specializationsKadir Cetinkaya2019-03-201-9/+0
* [clangd] Store explicit template specializations in index for code navigation...Kadir Cetinkaya2019-03-141-0/+9
* [clangd] Add type boost to fuzzy find in Dex.Eric Liu2019-02-061-43/+56
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Add Limit parameter for xref.Haojian Wu2019-01-141-2/+7
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-17/+16
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-18/+10
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-1/+1
* [clangd] Get rid of QueryScopes.empty() == AnyScope special case.Eric Liu2018-11-061-1/+1
* [clangd] Fix unqualified make_unique after r344850. NFCSam McCall2018-10-201-2/+2
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-20/+18
* [clangd] NFC: Migrate to LLVM STLExtras API where possibleKirill Bobyrev2018-10-071-2/+1
* [clangd] Simplify Dex query tree logic and fix missing-posting-list bugSam McCall2018-10-041-42/+25
* [cland] Dex: fix/simplify short-trigram generationSam McCall2018-10-041-1/+3
* [clangd] Support refs() in dex. Largely cloned from MemIndex.Sam McCall2018-10-041-1/+14
* Reland r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Sam McCall2018-10-021-13/+15
* Revert r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Reid Kleckner2018-10-021-15/+13
* [clangd] Dex: add Corpus factory for iterators, rename, fold constant. NFCSam McCall2018-10-021-13/+15
* [clangd] Dex iterator printer shows query structure, not iterator state.Sam McCall2018-10-021-9/+13
* [clangd] Query dex index using query-style trigrams, not identifier-style tri...Sam McCall2018-10-011-1/+1
* [clangd] Initial supoprt for cross-namespace global code completion.Eric Liu2018-09-271-0/+6
* [clangd] Add more tracing to index queries. NFCEric Liu2018-09-271-0/+5
* [clangd] Fix bugs with incorrect memory estimate reportKirill Bobyrev2018-09-261-5/+2
* [clangd] NFC: Simplify code, enforce LLVM Coding StandardsKirill Bobyrev2018-09-251-1/+1
* [clangd] Implement VByte PostingList compressionKirill Bobyrev2018-09-251-2/+2
* [clangd] Force Dex to respect symbol collector flagsKirill Bobyrev2018-09-241-0/+10
* [clangd] Introduce PostingList interfaceKirill Bobyrev2018-09-131-6/+12
* [clangd] Cleanup FuzzyFindRequest filtering limit semanticsKirill Bobyrev2018-09-131-4/+5
* [clangd] Add symbol slab size to index memory consumption estimatesKirill Bobyrev2018-09-101-8/+6
* [clangd] NFC: Rename DexIndex to DexKirill Bobyrev2018-09-101-0/+270
OpenPOWER on IntegriCloud