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 86028ae8 [clangd] Add docs for configuration knobs in clangd new 72776e92 Moved GlobList into a separate header file
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: clang-tidy/CMakeLists.txt | 1 + clang-tidy/ClangTidyDiagnosticConsumer.cpp | 42 +-------------- clang-tidy/ClangTidyDiagnosticConsumer.h | 22 -------- clang-tidy/GlobList.cpp | 56 ++++++++++++++++++++ clang-tidy/GlobList.h | 44 ++++++++++++++++ clang-tidy/fuchsia/RestrictSystemIncludesCheck.h | 3 +- clang-tidy/tool/ClangTidyMain.cpp | 1 + unittests/clang-tidy/CMakeLists.txt | 1 + .../clang-tidy/ClangTidyDiagnosticConsumerTest.cpp | 60 ---------------------- ...DiagnosticConsumerTest.cpp => GlobListTest.cpp} | 28 +--------- 10 files changed, 106 insertions(+), 152 deletions(-) create mode 100644 clang-tidy/GlobList.cpp create mode 100644 clang-tidy/GlobList.h copy unittests/clang-tidy/{ClangTidyDiagnosticConsumerTest.cpp => GlobListTest.cpp} (64%)