blob: 6ae949edd47d28237985f5b14630f2d0a9ada2a2 [file] [log] [blame]
<html>
<body>
Reports on any uses of the non-short-circuit forms of boolean 'and' and 'or' ( <b>&</b>
and <b>|</b> ). The non-short-circuit versions are occasionally useful, but
their presence is often due to typos of the short-circuit forms ( <b>&&</b>
and <b>||</b> ), and may lead to subtle bugs.
<!-- tooltip end -->
<p>
</body>
</html>