summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/BackgroundQueue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clangd] Prioritize indexing of files that share a basename with the open file.Sam McCall2019-07-121-0/+22
| | | | | | | | | | | | | | | | | Summary: In practice, opening Foo.h will still often result in Foo.cpp making the second index build instead of the first, as the rebuild policy doesn't know to wait. Reviewers: kadircet Subscribers: ilya-biryukov, javed.absar, MaskRay, jkorous, arphaman, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D64575 llvm-svn: 365888
* [clangd] Add priorities to background index queue, extract to separate classSam McCall2019-07-111-0/+93
Reviewers: kadircet Subscribers: mgorny, ilya-biryukov, MaskRay, jkorous, arphaman, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D64560 llvm-svn: 365773
OpenPOWER on IntegriCloud