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 d88591ee [clang-tidy] Fixed a small code example in docs. NFC. new 86bb8a42 [clang-tidy] Fix bug 34747, streaming operators and hicpp-sig [...] new 15a5657d [clang-tidy] Remove target specification hicpp-signed-bitwise
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/hicpp/SignedBitwiseCheck.cpp | 4 +++- test/clang-tidy/hicpp-signed-bitwise-bug34747.cpp | 21 +++++++++++++++++++++ test/clang-tidy/hicpp-signed-bitwise.cpp | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 test/clang-tidy/hicpp-signed-bitwise-bug34747.cpp