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 2019b528 [clangd] Filter out plugin related flags and move all command [...] new e0844947 [clangd] Support clang-tidy configuration in clangd.
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/ClangdLSPServer.cpp | 4 +++- clangd/ClangdLSPServer.h | 5 +++-- clangd/ClangdServer.cpp | 10 +++++++--- clangd/ClangdServer.h | 11 +++++++++++ clangd/ClangdUnit.cpp | 17 +++++++---------- clangd/ClangdUnit.h | 5 ++++- clangd/tool/ClangdMain.cpp | 17 ++++++++++++++++- unittests/clangd/ClangdUnitTests.cpp | 3 +++ unittests/clangd/FileIndexTests.cpp | 3 ++- unittests/clangd/TUSchedulerTests.cpp | 3 ++- unittests/clangd/TestTU.cpp | 2 ++ unittests/clangd/TestTU.h | 2 ++ 12 files changed, 62 insertions(+), 20 deletions(-)