summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/FileIndexTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-371/+0
* [clangd] Include insertion: require header guards, drop other heuristics, tre...Sam McCall2019-04-171-60/+11
* [clangd] Stop passing around PCHContainerOperations, just create it in place....Sam McCall2019-04-041-18/+16
* [clangd] Fix broken windows build bots.Kadir Cetinkaya2019-02-111-2/+2
* [clangd] Make system header mappings available for PreambleParsedCallbackKadir Cetinkaya2019-02-111-0/+33
* [clangd] Enable include insertion for static indexKadir Cetinkaya2019-02-041-8/+14
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-1/+1
* [clangd] Support clang-tidy configuration in clangd.Haojian Wu2019-01-221-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-9/+10
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-7/+5
* [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-5/+7
* [clangd] auto-index stores symbols per-file instead of per-TU.Eric Liu2018-11-061-8/+23
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-9/+9
* [clangd] Encode Line/Column as a 32-bits integer.Haojian Wu2018-10-181-4/+4
* [clangd] Optionally use dex for the preamble parts of the dynamic index.Sam McCall2018-10-161-8/+9
* [clangd] Use SyncAPI in more places in tests. NFCSam McCall2018-10-151-86/+50
* [clangd] Fix some references missing in dynamic index.Haojian Wu2018-10-151-0/+51
* [clangd] expose MergedIndex classSam McCall2018-10-041-7/+7
* [clangd] Store preamble macros in dynamic index.Eric Liu2018-09-191-0/+16
* [clangd] Get rid of Decls parameter in indexMainDecls. NFCEric Liu2018-09-181-2/+2
* [clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.Eric Liu2018-09-181-31/+11
* [clangd] SymbolOccurrences -> Refs and cleanupSam McCall2018-09-041-47/+37
* [clangd] Some nitpicking around the new split (preamble/main) dynamic indexSam McCall2018-09-031-3/+2
* [clangd] Factor out the data-swapping functionality from MemIndex/DexIndex.Sam McCall2018-09-031-26/+25
* [clangd] Support multiple #include headers in one symbol.Eric Liu2018-09-031-1/+1
* [clangd] Implement findOccurrences interface in dynamic index.Haojian Wu2018-08-311-6/+98
* [clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.Sam McCall2018-08-311-1/+1
* [clangd] More precise representation of symbol names/labels in the index.Sam McCall2018-06-221-7/+4
* [clangd] Customizable URI schemes for dynamic index.Eric Liu2018-06-151-0/+14
* [clangd] Add "member" symbols to the indexMarc-Andre Laperle2018-06-051-2/+3
* [clangd] Keep only a limited number of idle ASTs in memoryIlya Biryukov2018-06-011-13/+14
* [clangd] Build index on preamble changes instead of the AST changesIlya Biryukov2018-05-241-3/+60
* [clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall2018-05-151-52/+19
* [clangd] Fix "fail to create file URI" warnings in FileIndexTest.Haojian Wu2018-04-171-2/+2
* [clangd] Fix label and snippet for funcs in the indexIlya Biryukov2018-04-141-4/+4
* [clangd] Match AST and Index label for template SymbolsIlya Biryukov2018-04-131-0/+38
* [clangd] Not collect include headers for dynamic index for now.Eric Liu2018-02-221-6/+6
* [clangd] Fixes for #include insertion.Eric Liu2018-02-191-4/+30
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-18/+10
* [clangd] Change index scope convention from "outer::inner" to "outer::inner::"Sam McCall2018-01-191-5/+4
* Revert "[clangd] Change index scope convention from "outer::inner" to "outer:...Sam McCall2018-01-191-4/+5
* [clangd] Change index scope convention from "outer::inner" to "outer::inner::"Sam McCall2018-01-191-5/+4
* [clangd] Add more filters for collected symbols.Eric Liu2018-01-101-3/+4
* [clangd] Use Builder for symbol slabs, and use sorted-vector for storageSam McCall2017-12-231-23/+8
* [clangd] Index symbols share storage within a slab.Sam McCall2017-12-211-1/+2
* [clangd] Support filtering by fixing scopes in fuzzyFind.Eric Liu2017-12-191-9/+12
* [clangd] Build in-memory index on symbols in files.Eric Liu2017-12-151-0/+193
OpenPOWER on IntegriCloud