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 9d327a31 [clang-doc] Use llvm::createStringError and canonicalize erro [...] new c11939a7 [clangd] Surface errors from command-line parsing
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 | 5 +++ clangd/ClangdUnit.cpp | 16 ++++++--- clangd/ClangdUnit.h | 7 ++-- clangd/CodeComplete.cpp | 7 ++-- clangd/Compiler.cpp | 9 ++--- clangd/Compiler.h | 3 +- clangd/Diagnostics.cpp | 55 ++++++++++++++++++++++------ clangd/TUScheduler.cpp | 42 +++++++++++++++------- clangd/TUScheduler.h | 7 ++++ clangd/index/Background.cpp | 4 +-- clangd/unittests/ClangdUnitTests.cpp | 6 ++-- clangd/unittests/FileIndexTests.cpp | 4 ++- clangd/unittests/HeadersTests.cpp | 2 +- clangd/unittests/TUSchedulerTests.cpp | 67 +++++++++++++++++++++++++++++++++-- clangd/unittests/TestTU.cpp | 8 +++-- 15 files changed, 194 insertions(+), 48 deletions(-)