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 8a68b5e1 [clang-tidy ObjC] [3/3] New check objc-forbidden-subclassing new d5f825bf [clang-tidy] Fix bug 34845, offending standard bitmask types
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/hicpp/SignedBitwiseCheck.cpp | 60 +++++-- .../hicpp-signed-bitwise-standard-types.cpp | 188 +++++++++++++++++++++ .../hicpp-signed-bitwise-standard-types.h | 81 +++++++++ 3 files changed, 318 insertions(+), 11 deletions(-) create mode 100644 test/clang-tidy/hicpp-signed-bitwise-standard-types.cpp create mode 100644 test/clang-tidy/hicpp-signed-bitwise-standard-types.h