summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/Background.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [clangd] Store source file hash in IndexFile{In,Out}Kadir Cetinkaya2018-11-191-0/+1
* [clangd] Fix a compiler warning and test crashes caused in rL347038.Haojian Wu2018-11-161-1/+1
* Introduce shard storage to auto-index.Kadir Cetinkaya2018-11-161-20/+45
* Revert "Introduce shard storage to auto-index."Kadir Cetinkaya2018-11-151-120/+24
* Revert "clang-format"Kadir Cetinkaya2018-11-151-2/+2
* Revert "Address comments"Kadir Cetinkaya2018-11-151-130/+96
* Revert "Address comments."Kadir Cetinkaya2018-11-151-53/+80
* Address comments.Kadir Cetinkaya2018-11-151-80/+53
* Address commentsKadir Cetinkaya2018-11-151-96/+130
* clang-formatKadir Cetinkaya2018-11-151-2/+2
* Introduce shard storage to auto-index.Kadir Cetinkaya2018-11-151-24/+120
* [clangd] auto-index stores symbols per-file instead of per-TU.Eric Liu2018-11-061-12/+168
* [clangd] Use thread pool for background indexing.Kadir Cetinkaya2018-10-301-4/+17
* [clangd] Support URISchemes configuration in BackgroundIndex.Eric Liu2018-10-221-3/+4
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-10/+9
* [clangd] Clear the semantic of RefSlab::size.Haojian Wu2018-10-181-2/+2
* [clangd] Fix threading bugs in (not-yet-used) BackgroundIndex, re-enable test.Sam McCall2018-10-161-2/+5
* [clangd] Optionally use dex for the preamble parts of the dynamic index.Sam McCall2018-10-161-1/+1
* [clangd] Minimal implementation of automatic static index (not enabled).Sam McCall2018-10-151-0/+191
OpenPOWER on IntegriCloud