blob: 246be9f562563c9dc06304bdfe996dd1e7610001 [file] [log] [blame]
<html>
<body>
Reports pointless bitwise
expressions. Such expressions include <b>and</b>ing with zero, <b>or</b>ing by zero,
and shifting by zero. Such expressions may be the result of automated refactorings
not completely followed through to completion, and in any case are unlikely to be what the developer
intended to do.
<!-- tooltip end -->
<p>
</body>
</html>