Extra Clang Tools 6 documentation

clang-tidy - hicpp-signed-bitwise

«  hicpp-noexcept-move   ::   Contents   ::   hicpp-special-member-functions  »

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.

«  hicpp-noexcept-move   ::   Contents   ::   hicpp-special-member-functions  »