This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from e48bd727 [clangd] Remove the extra ";", NFC new 0a21388b [clangd] Add priorities to background index queue, extract to [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clangd/CMakeLists.txt | 3 +- clangd/index/Background.cpp | 154 ++++++++---------------------- clangd/index/Background.h | 87 ++++++++++++----- clangd/index/BackgroundQueue.cpp | 93 ++++++++++++++++++ clangd/tool/ClangdMain.cpp | 2 +- clangd/unittests/BackgroundIndexTests.cpp | 34 ++++++- 6 files changed, 234 insertions(+), 139 deletions(-) create mode 100644 clangd/index/BackgroundQueue.cpp