summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/IndexTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-408/+0
* [clangd] Show template argument list in workspacesymbols and documentsymbols ...Kadir Cetinkaya2019-04-121-13/+14
* Revert "[clangd] Print arguments in template specializations"Jordan Rupprecht2019-03-201-10/+15
* [clangd] Print arguments in template specializationsKadir Cetinkaya2019-03-201-15/+10
* [clangd] Store explicit template specializations in index for code navigation...Kadir Cetinkaya2019-03-141-0/+37
* [clangd] Prefer location from codegen files when merging symbols.Eric Liu2019-02-111-0/+16
* 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-1/+9
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-1/+0
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-1/+1
* [clangd] Don't miss the expected type in merge.Haojian Wu2018-12-201-0/+2
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-2/+2
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-6/+6
* [clangd] Get rid of QueryScopes.empty() == AnyScope special case.Eric Liu2018-11-061-0/+4
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-1/+1
* [clangd] Remove the overflow log.Haojian Wu2018-10-191-0/+5
* [clangd] Encode Line/Column as a 32-bits integer.Haojian Wu2018-10-181-4/+19
* [clangd] expose MergedIndex classSam McCall2018-10-041-11/+11
* [clangd] Get rid of Decls parameter in indexMainDecls. NFCEric Liu2018-09-181-5/+3
* [clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.Eric Liu2018-09-181-9/+6
* [clangd] Cleanup FuzzyFindRequest filtering limit semanticsKirill Bobyrev2018-09-131-3/+4
* [clangd] Add symbol slab size to index memory consumption estimatesKirill Bobyrev2018-09-101-5/+5
* [clangd] SymbolOccurrences -> Refs and cleanupSam McCall2018-09-041-42/+35
* [clangd] Fix ambiguous make_unique with c++17. NFCSam McCall2018-09-031-5/+5
* [clangd] Factor out the data-swapping functionality from MemIndex/DexIndex.Sam McCall2018-09-031-84/+66
* [clangd] Support multiple #include headers in one symbol.Eric Liu2018-09-031-0/+40
* [clangd] Implement findOccurrences interface in dynamic index.Haojian Wu2018-08-311-17/+89
* [clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.Sam McCall2018-08-311-14/+5
* [clangd] DexIndex implementation prototypeKirill Bobyrev2018-08-201-81/+3
* [clangd] Track origins of symbols (various indexes, Sema).Sam McCall2018-07-051-0/+4
* [clangd] More precise representation of symbol names/labels in the index.Sam McCall2018-06-221-11/+11
* [clangd] Add an interface that finds symbol by SymbolID in SymbolIndex.Eric Liu2018-03-141-9/+56
* [clangd] Collect the number of files referencing a symbol in the static index.Sam McCall2018-03-121-0/+3
* [clangd] Fix unintentionally loose fuzzy matching, and the tests masking it.Sam McCall2018-03-051-18/+10
* [clangd] Invert return value of fuzzyFind() (fix MemIndex's return value)Sam McCall2018-02-191-3/+8
* [clangd] Collect definitions when indexing.Sam McCall2018-02-091-0/+22
* [clangd] Use URIs in index symbols.Eric Liu2018-02-061-3/+3
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-2/+1
* [clangd] Use fuzzy match to select top N index results.Sam McCall2018-01-181-6/+11
* [clangd] Merge results from static/dynamic index.Sam McCall2018-01-151-0/+37
* [clangd] Use Builder for symbol slabs, and use sorted-vector for storageSam McCall2017-12-231-11/+29
* [clangd] Index symbols share storage within a slab.Sam McCall2017-12-211-1/+2
* [clangd] Igore cases in index fuzzy find.Eric Liu2017-12-201-0/+10
* [clangd] Index-based code completion.Eric Liu2017-12-191-5/+4
* [clangd] Support filtering by fixing scopes in fuzzyFind.Eric Liu2017-12-191-13/+82
* [clangd] Fix a potential use-after-move bug.Eric Liu2017-12-141-1/+2
* [clangd] Symbol index interfaces and an in-memory index implementation.Eric Liu2017-12-141-0/+114
OpenPOWER on IntegriCloud