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 be2b9131 [clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled [...] new 2bc37fb8 [clang-tidy] Add option "LiteralInitializers" to cppcoreguide [...]
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: .../cppcoreguidelines/ProTypeMemberInitCheck.cpp | 56 +++++++++++++++++++++- .../cppcoreguidelines/ProTypeMemberInitCheck.h | 5 ++ docs/ReleaseNotes.rst | 5 ++ .../cppcoreguidelines-pro-type-member-init.rst | 4 ++ ...delines-pro-type-member-init-use-assignment.cpp | 40 ++++++++++++++++ 5 files changed, 108 insertions(+), 2 deletions(-) create mode 100644 test/clang-tidy/cppcoreguidelines-pro-type-member-init-use-assi [...]