summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/BackgroundIndexTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-465/+0
* [clangd] Use llvm::set_thread_priority in background-indexKadir Cetinkaya2019-04-181-1/+1
* [clangd] Remove ./ and ../ in the file pathsKadir Cetinkaya2019-03-081-0/+33
* [clangd] Filter out plugin related flags and move all commandline manipulatio...Kadir Cetinkaya2019-01-221-12/+12
* [clangd] Fix updated file detection logic in indexingKadir Cetinkaya2019-01-151-1/+72
* [clangd] Index main-file symbols (bug 39761)Sam McCall2019-01-141-3/+3
* [clangd] Introduce loading of shards within auto-indexKadir Cetinkaya2019-01-101-1/+80
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-1/+0
* [clangd] Disable BackgroundIndexTest.PeriodicalIndexIlya Biryukov2019-01-071-1/+3
* [clangd] Try to workaround test failure by increasing the timeoutsIlya Biryukov2018-12-201-3/+3
* [clangd] Try to fix buildbot failure after r349496Eric Liu2018-12-181-3/+3
* [clangd] BackgroundIndex rebuilds symbol index periodically.Eric Liu2018-12-181-0/+37
* [clangd] Fix an assertion failure in background index.Haojian Wu2018-12-141-0/+19
* Fix compilation error when using clang 3.6.0Mikael Holmen2018-12-051-3/+3
* [clangd] Partition include graph on auto-index.Kadir Cetinkaya2018-12-041-3/+59
* [clangd] Put direct headers into srcs section.Kadir Cetinkaya2018-11-271-3/+0
* [clangd] Prevent thread starvation in tests on loaded systems.Sam McCall2018-11-271-2/+7
* [clangd] Enable auto-index behind a flag.Sam McCall2018-11-261-3/+3
* [clangd] Auto-index watches global CDB for changes.Sam McCall2018-11-261-5/+7
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-2/+2
* [clangd] Store source file hash in IndexFile{In,Out}Kadir Cetinkaya2018-11-191-2/+5
* Introduce shard storage to auto-index.Kadir Cetinkaya2018-11-161-1/+81
* Revert "Introduce shard storage to auto-index."Kadir Cetinkaya2018-11-151-74/+0
* Revert "clang-format"Kadir Cetinkaya2018-11-151-2/+2
* Revert "Address comments"Kadir Cetinkaya2018-11-151-15/+13
* Revert "Address comments."Kadir Cetinkaya2018-11-151-12/+39
* Address comments.Kadir Cetinkaya2018-11-151-39/+12
* Address commentsKadir Cetinkaya2018-11-151-13/+15
* clang-formatKadir Cetinkaya2018-11-151-2/+2
* Introduce shard storage to auto-index.Kadir Cetinkaya2018-11-151-0/+74
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-4/+6
* [clangd] [NFC] Fix clang-tidy warnings.Kadir Cetinkaya2018-11-071-1/+1
* [clangd] auto-index stores symbols per-file instead of per-TU.Eric Liu2018-11-061-8/+51
* [clangd] Fix threading bugs in (not-yet-used) BackgroundIndex, re-enable test.Sam McCall2018-10-161-3/+0
* [clangd] Disable timeouting test while investigatingSam McCall2018-10-161-0/+3
* [clangd] Minimal implementation of automatic static index (not enabled).Sam McCall2018-10-151-0/+37
OpenPOWER on IntegriCloud