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 8ce01a93 [clangd] Do not precent-encode numbers in URI. new 8c26ea0b Resubmit "[clangd] The new threading implementation"
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 | 1 - clangd/ClangdServer.cpp | 17 +- clangd/ClangdServer.h | 7 +- clangd/ClangdUnit.h | 4 + clangd/ClangdUnitStore.cpp | 37 --- clangd/ClangdUnitStore.h | 73 ------ clangd/TUScheduler.cpp | 427 ++++++++++++++++++++++++++++------ clangd/TUScheduler.h | 25 +- clangd/Threading.cpp | 96 ++++---- clangd/Threading.h | 99 ++++---- unittests/clangd/CMakeLists.txt | 1 + unittests/clangd/ClangdTests.cpp | 40 +--- unittests/clangd/TUSchedulerTests.cpp | 14 +- unittests/clangd/ThreadingTests.cpp | 65 ++++++ 14 files changed, 557 insertions(+), 349 deletions(-) delete mode 100644 clangd/ClangdUnitStore.cpp delete mode 100644 clangd/ClangdUnitStore.h create mode 100644 unittests/clangd/ThreadingTests.cpp