<div dir="ltr">No one has a clue or cares about this issue?</div><div class="gmail_extra"><br><div class="gmail_quote">2018-03-17 9:50 GMT+00:00 Matthieu Brucher <span dir="ltr"><<a href="mailto:matthieu.brucher@gmail.com" target="_blank">matthieu.brucher@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I don't know if this was reported before (I didn't see anything online), but the fix for this checker breaks code.</div><div>For instance:</div><div><br></div><div>for(int i = 0; i < size; ++i)</div><div>  for(int j = 0; j < size; ++j)</div><div>    do(i, j);</div><div><br></div><div>is turned into:<br clear="all"><div><div>for(int i = 0; i < size; ++i) {</div><div>  for(int j = 0; j < size; ++j) {</div><div>    do(i, j);</div></div><div>  }</div><div><br></div><div>without the second (or third or fourth...) brace.</div><div>I suspect this is because the identical diags are removed? Is this expected behavior? Or is there a way to fix these?</div><div><br></div><div>Regards,</div><div><br></div><div>Matthieu</div><span class="HOEnZb"><font color="#888888">-- <br><div class="m_5521499468229529652gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Quantitative analyst, Ph.D.<br>Blog: <a href="http://blog.audio-tk.com/" target="_blank">http://blog.audio-tk.com/</a><br>LinkedIn: <a href="http://www.linkedin.com/in/matthieubrucher" target="_blank">http://www.linkedin.com/in/<wbr>matthieubrucher</a></div></div></div></div></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Quantitative analyst, Ph.D.<br>Blog: <a href="http://blog.audio-tk.com/" target="_blank">http://blog.audio-tk.com/</a><br>LinkedIn: <a href="http://www.linkedin.com/in/matthieubrucher" target="_blank">http://www.linkedin.com/in/matthieubrucher</a></div></div></div></div></div>
</div>