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 f3d6461f Fix sphinx unknown document error new be2b9131 [clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled [...]
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: .../bugprone/UnhandledSelfAssignmentCheck.cpp | 61 ++++++++++++++-------- clang-tidy/bugprone/UnhandledSelfAssignmentCheck.h | 8 ++- clang-tidy/cert/CERTTidyModule.cpp | 4 ++ clang-tidy/cert/CMakeLists.txt | 1 + docs/ReleaseNotes.rst | 5 ++ .../checks/bugprone-unhandled-self-assignment.rst | 10 +++- docs/clang-tidy/checks/cert-oop54-cpp.rst | 10 ++++ docs/clang-tidy/checks/list.rst | 1 + ...ment-warn-only-if-this-has-suspicious-field.cpp | 41 +++++++++++++++ test/clang-tidy/cert-oop54-cpp.cpp | 16 ++++++ 10 files changed, 131 insertions(+), 26 deletions(-) create mode 100644 docs/clang-tidy/checks/cert-oop54-cpp.rst create mode 100644 test/clang-tidy/bugprone-unhandled-self-assignment-warn-only-if [...] create mode 100644 test/clang-tidy/cert-oop54-cpp.cpp