blob: 8f017e1032dc3fa4b62c9b9b735a64bf73d87a06 [file] [log] [blame]
<html>
<body>
Reports bitwise mask expressions which are guaranteed to
evaluate to <b>true</b> or <b>false</b>.
Expressions checked are of the form <b><i>(var & constant1) == constant2</i></b> or
<b><i>(var | constant1) == constant2</i></b>, where <b><i>constant1</i></b>
and <b><i>constant2</i></b> are incompatible bitmask constants.
<!-- tooltip end -->
<p>
</body>
</html>