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 dc5cec35 [clang-tidy] add IgnoreMacros option to modernize-use-equals-delete new c9451cb3 Revert "[doc] fix markup in clang-tidy bugprone-not-null-term [...] new 350098cd Revert "[clang-tidy] New checker for not null-terminated resu [...]
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/bugprone/BugproneTidyModule.cpp | 3 - clang-tidy/bugprone/CMakeLists.txt | 1 - .../bugprone/NotNullTerminatedResultCheck.cpp | 1024 -------------------- clang-tidy/bugprone/NotNullTerminatedResultCheck.h | 67 -- docs/ReleaseNotes.rst | 9 - .../checks/bugprone-not-null-terminated-result.rst | 136 --- docs/clang-tidy/checks/list.rst | 1 - ...ll-terminated-result-in-initialization-strlen.c | 106 -- ...not-null-terminated-result-memcpy-before-safe.c | 78 -- ...-not-null-terminated-result-memcpy-safe-cxx.cpp | 160 --- ...-not-null-terminated-result-memcpy-safe-other.c | 115 --- ...gprone-not-null-terminated-result-memcpy-safe.c | 137 --- .../bugprone-not-null-terminated-result-strlen.c | 146 --- .../bugprone-not-null-terminated-result-wcslen.cpp | 131 --- ...not-null-terminated-result-wmemcpy-safe-cxx.cpp | 136 --- 15 files changed, 2250 deletions(-) delete mode 100644 clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp delete mode 100644 clang-tidy/bugprone/NotNullTerminatedResultCheck.h delete mode 100644 docs/clang-tidy/checks/bugprone-not-null-terminated-result.rst delete mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-in-initiali [...] delete mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-memcpy-befo [...] delete mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe [...] delete mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe [...] delete mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe.c delete mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-strlen.c delete mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-wcslen.cpp delete mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-wmemcpy-saf [...]