blob: 59b19b6f3044bdde41ef9e55df011ecc9d116b9c [file] [log] [blame]
.. title:: clang-tidy - hicpp-signed-bitwise
hicpp-signed-bitwise
====================
Finds uses of bitwise operations on signed integer types, which may lead to
undefined or implementation defined behaviour.
The according rule is defined in the `High Integrity C++ Standard, Section 5.6.1 <http://www.codingstandard.com/section/5-6-shift-operators/>`_.