blob: 4fb67e0dbc83e5dd7fa4e8f2c83a9e6b53feffc8 [file] [log] [blame]
<html>
<body>
Reports shift operations
where the value shifted by is constant and outside of the reasonable range. Integer
shift operations outside of the range <b>0..31</b> and long shift operations outside of the
range <b>0..63</b> are reported. Shifting by negative or overly large values is almost certainly
a coding error.
<!-- tooltip end -->
<p>
</body>
</html>