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 682acfcb [Documentation] Alphabetical order in Clang-tidy checks chang [...] new 74a4acf1 [clangd] clang-format everything. NFC
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/AST.cpp | 2 +- clangd/AST.h | 2 +- clangd/ClangdLSPServer.cpp | 38 ++--- clangd/ClangdServer.cpp | 4 +- clangd/CodeComplete.cpp | 69 +++++---- clangd/CodeCompletionStrings.cpp | 9 +- clangd/Diagnostics.cpp | 6 +- clangd/FSProvider.cpp | 3 +- clangd/FileDistance.h | 6 +- clangd/FindSymbols.cpp | 2 +- clangd/Protocol.cpp | 33 ++--- clangd/TUScheduler.cpp | 13 +- clangd/TUScheduler.h | 13 +- clangd/Trace.cpp | 4 +- clangd/URI.cpp | 2 +- clangd/XRefs.cpp | 6 +- unittests/clangd/ClangdTests.cpp | 4 +- unittests/clangd/ClangdUnitTests.cpp | 19 ++- unittests/clangd/CodeCompleteTests.cpp | 56 ++++---- unittests/clangd/DexTests.cpp | 2 +- unittests/clangd/FileIndexTests.cpp | 12 +- unittests/clangd/IndexTests.cpp | 2 +- unittests/clangd/JSONTransportTests.cpp | 5 +- unittests/clangd/QualityTests.cpp | 2 +- unittests/clangd/SerializationTests.cpp | 11 +- unittests/clangd/SymbolCollectorTests.cpp | 46 +++--- unittests/clangd/SymbolInfoTests.cpp | 231 +++++++++++++----------------- unittests/clangd/SyncAPI.cpp | 1 - unittests/clangd/TUSchedulerTests.cpp | 64 ++++----- unittests/clangd/XRefsTests.cpp | 3 +- 30 files changed, 311 insertions(+), 359 deletions(-)