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 f6039c0e [clangd] Include textual diagnostic ID as Diagnostic.code. new 7f75e52e [clang-tidy] Add fix descriptions to clang-tidy checks.
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: .../lib/Tooling/ApplyReplacements.cpp | 9 ++-- clang-tidy/ClangTidy.cpp | 63 +++++++++++++--------- clang-tidy/ClangTidyDiagnosticConsumer.cpp | 32 +++++++---- clang-tidy/add_new_check.py | 3 +- clang-tidy/misc/UnusedUsingDeclsCheck.cpp | 5 +- .../Inputs/basic/file1.yaml | 41 +++++++------- .../Inputs/basic/file2.yaml | 17 +++--- .../Inputs/conflict/file1.yaml | 33 ++++++------ .../Inputs/conflict/file2.yaml | 33 ++++++------ .../Inputs/conflict/file3.yaml | 17 +++--- .../Inputs/crlf/file1.yaml | 17 +++--- .../clang-apply-replacements/Inputs/format/no.yaml | 17 +++--- .../Inputs/format/yes.yaml | 41 +++++++------- .../Inputs/identical/file1.yaml | 17 +++--- .../Inputs/identical/file2.yaml | 17 +++--- .../Inputs/order-dependent/file1.yaml | 17 +++--- .../Inputs/order-dependent/file2.yaml | 17 +++--- test/clang-tidy/export-diagnostics.cpp | 13 +++-- .../ApplyReplacementsTest.cpp | 1 - unittests/clang-tidy/ClangTidyTest.h | 19 ++++--- 20 files changed, 241 insertions(+), 188 deletions(-)