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 1a6c78f9 Fixing a link in the release notes to appease the Sphinx bot. new 7afe430e Revert r360345 and r360346, as they are not passing the testbots. new fac5391c [clangd] Bump index version and get rid of wrong assertion
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/modernize/CMakeLists.txt | 1 - clang-tidy/modernize/ModernizeTidyModule.cpp | 3 - .../modernize/UseTrailingReturnTypeCheck.cpp | 477 ----------------- clang-tidy/modernize/UseTrailingReturnTypeCheck.h | 62 --- clangd/index/FileIndex.cpp | 4 +- clangd/index/Serialization.cpp | 2 +- docs/ReleaseNotes.rst | 8 - docs/clang-tidy/checks/list.rst | 1 - .../checks/modernize-use-trailing-return-type.rst | 68 --- .../modernize-use-trailing-return-type.cpp | 563 --------------------- 10 files changed, 4 insertions(+), 1185 deletions(-) delete mode 100644 clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp delete mode 100644 clang-tidy/modernize/UseTrailingReturnTypeCheck.h delete mode 100644 docs/clang-tidy/checks/modernize-use-trailing-return-type.rst delete mode 100644 test/clang-tidy/modernize-use-trailing-return-type.cpp