summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] (take 2) Try harder to find a plausible `clang` as argv0, particular...Sam McCall2019-12-061-2/+1
* Revert "[clangd] repair mac tests for 88bccded8fa1"Sam McCall2019-12-021-12/+3
* [clangd] repair mac tests for 88bccded8fa1Sam McCall2019-12-021-1/+10
* [clangd] Try harder to find a plausible `clang` as argv0, particularly on Mac.Sam McCall2019-12-021-2/+2
* [clangd] Use our own relation kind.Haojian Wu2019-10-171-3/+2
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* Revert "Revert r366458, r366467 and r366468"Kadir Cetinkaya2019-07-191-8/+8
* Revert r366458, r366467 and r366468Azharuddin Mohammed2019-07-191-8/+8
* [clangd] Refactor background-index shard loadingKadir Cetinkaya2019-07-181-8/+8
* [clangd] Don't rebuild background index until we indexed one TU per thread.Sam McCall2019-07-161-5/+5
* [clangd] Prioritize indexing of files that share a basename with the open file.Sam McCall2019-07-121-0/+35
* [clangd] Add priorities to background index queue, extract to separate classSam McCall2019-07-111-1/+33
* [clangd] fix assert in test after r365531.Sam McCall2019-07-091-7/+12
* [clangd] Rewrite of logic to rebuild the background index serving structures.Sam McCall2019-07-091-36/+72
* [clangd] Make HadErrors part of background index's internal stateKadir Cetinkaya2019-07-041-12/+35
* [clangd] Add HadErrors field into shardsKadir Cetinkaya2019-07-041-2/+13
* [clangd] Store hash of command line in index shards.Kadir Cetinkaya2019-07-041-0/+45
* [clangd] Also cache failures while indexingKadir Cetinkaya2019-07-041-0/+35
* [clangd] Index API and implementations for relationsNathan Ridge2019-06-151-4/+22
* [clangd] Count number of references while merging RefSlabs inside FileIndexKadir Cetinkaya2019-05-091-7/+19
* [clangd] Qualify uses of ::testing everywhere. NFCIlya Biryukov2019-05-061-9/+9
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-0/+465
OpenPOWER on IntegriCloud