blob: f839cfb974f040e73dac72f67618f8d23f4d25a4 [file] [log] [blame]
<html>
<body>
Reports conditional expressions of the form
<b><i>condition</i>?true:false</b> or <b><i>condition</i>?false:true</b>. These expressions may be safely simplified
to <b><i>condition</i></b> or <b>!<i>condition</i></b>, respectively.
<!-- tooltip end -->
<p>
</body>
</html>