summaryrefslogtreecommitdiff
path: root/clang-tools-extra/unittests/clangd/IndexTests.cpp
AgeCommit message (Expand)Author
2019-01-14[clangd] Add Limit parameter for xref.Haojian Wu
2019-01-07[clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov
2019-01-03[clangd] clang-format everything. NFCIlya Biryukov
2018-12-20[clangd] Don't miss the expected type in merge.Haojian Wu
2018-11-22[clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu
2018-11-14[clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu
2018-11-06[clangd] Get rid of QueryScopes.empty() == AnyScope special case.Eric Liu
2018-10-20[clangd] Namespace style cleanup in cpp files. NFC.Sam McCall
2018-10-19[clangd] Remove the overflow log.Haojian Wu
2018-10-18[clangd] Encode Line/Column as a 32-bits integer.Haojian Wu
2018-10-04[clangd] expose MergedIndex classSam McCall
2018-09-18[clangd] Get rid of Decls parameter in indexMainDecls. NFCEric Liu
2018-09-18[clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.Eric Liu
2018-09-13[clangd] Cleanup FuzzyFindRequest filtering limit semanticsKirill Bobyrev
2018-09-10[clangd] Add symbol slab size to index memory consumption estimatesKirill Bobyrev
2018-09-04[clangd] SymbolOccurrences -> Refs and cleanupSam McCall
2018-09-03[clangd] Fix ambiguous make_unique with c++17. NFCSam McCall
2018-09-03[clangd] Factor out the data-swapping functionality from MemIndex/DexIndex.Sam McCall
2018-09-03[clangd] Support multiple #include headers in one symbol.Eric Liu
2018-08-31[clangd] Implement findOccurrences interface in dynamic index.Haojian Wu
2018-08-31[clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.Sam McCall
2018-08-20[clangd] DexIndex implementation prototypeKirill Bobyrev
2018-07-05[clangd] Track origins of symbols (various indexes, Sema).Sam McCall
2018-06-22[clangd] More precise representation of symbol names/labels in the index.Sam McCall
2018-03-14[clangd] Add an interface that finds symbol by SymbolID in SymbolIndex.Eric Liu
2018-03-12[clangd] Collect the number of files referencing a symbol in the static index.Sam McCall
2018-03-05[clangd] Fix unintentionally loose fuzzy matching, and the tests masking it.Sam McCall
2018-02-19[clangd] Invert return value of fuzzyFind() (fix MemIndex's return value)Sam McCall
2018-02-09[clangd] Collect definitions when indexing.Sam McCall
2018-02-06[clangd] Use URIs in index symbols.Eric Liu
2018-01-31[clangd] Pass Context implicitly using TLS.Sam McCall
2018-01-18[clangd] Use fuzzy match to select top N index results.Sam McCall
2018-01-15[clangd] Merge results from static/dynamic index.Sam McCall
2017-12-23[clangd] Use Builder for symbol slabs, and use sorted-vector for storageSam McCall
2017-12-21[clangd] Index symbols share storage within a slab.Sam McCall
2017-12-20[clangd] Igore cases in index fuzzy find.Eric Liu
2017-12-19[clangd] Index-based code completion.Eric Liu
2017-12-19[clangd] Support filtering by fixing scopes in fuzzyFind.Eric Liu
2017-12-14[clangd] Fix a potential use-after-move bug.Eric Liu
2017-12-14[clangd] Symbol index interfaces and an in-memory index implementation.Eric Liu