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 000c5c84 [clangd] Add "clangd.trace" VSCode setting to enable tracing. new 7ac4bf01 [clangd] Tracing: name worker threads, and enforce naming sch [...]
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/ClangdServer.cpp | 24 ++++++---- clangd/TUScheduler.cpp | 85 ++++++++++++++++++++++------------- clangd/TUScheduler.h | 6 +-- clangd/Threading.cpp | 8 ++-- clangd/Threading.h | 4 +- clangd/Trace.cpp | 8 ++-- clangd/Trace.h | 2 +- unittests/clangd/TUSchedulerTests.cpp | 51 +++++++++++---------- unittests/clangd/ThreadingTests.cpp | 2 +- 9 files changed, 116 insertions(+), 74 deletions(-)