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 fa2f63e6 [clangd-vscode] Update VScode dependencies new 264eacf3 [clangd] Allow using customized include path in URI. new 923585d8 [clang-tidy] Return non-zero exit code for clang errors.
The 2 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: clang-tidy/tool/ClangTidyMain.cpp | 20 ++++++++++++--- clangd/ClangdServer.cpp | 7 +++++ clangd/URI.cpp | 7 +++++ clangd/URI.h | 17 ++++++++++++ .../bugprone-suspicious-semicolon-fail.cpp | 6 +++-- test/clang-tidy/check_clang_tidy.py | 4 +++ test/clang-tidy/diagnostic.cpp | 30 ++++++++++++++-------- test/clang-tidy/fix-errors.cpp | 2 +- test/clang-tidy/misc-misplaced-const-cxx17.cpp | 2 +- test/clang-tidy/misc-unused-using-decls-errors.cpp | 2 +- .../modernize-loop-convert-assert-failure.cpp | 2 +- ...ity-braces-around-statements-assert-failure.cpp | 2 +- test/clang-tidy/serialize-diagnostics.cpp | 2 +- unittests/clangd/ClangdTests.cpp | 26 +++++++++++++++++++ .../Headers/a.h => unittests/clangd/TestScheme.h | 0 15 files changed, 107 insertions(+), 22 deletions(-) copy test/clang-tidy/Inputs/Headers/a.h => unittests/clangd/TestScheme.h (100%)