<div dir="ltr">Indeed, thanks... Seems like this _big_ bug has not seen that much attention :(</div><div class="gmail_extra"><br><div class="gmail_quote">2018-03-20 22:40 GMT+00:00 Sylvestre Ledru <span dir="ltr"><<a href="mailto:sylvestre@mozilla.com" target="_blank">sylvestre@mozilla.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">See:<br>
<a href="https://bugs.llvm.org/show_bug.cgi?id=32012#c6" rel="noreferrer" target="_blank">https://bugs.llvm.org/show_<wbr>bug.cgi?id=32012#c6</a><br>
<br>
Hope this helps,<br>
S<br>
<br>
<br>
2018-03-20 23:23 GMT+01:00 Matthieu Brucher via cfe-dev<br>
<<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>>:<br>
<div><div class="h5">> No one has a clue or cares about this issue?<br>
><br>
> 2018-03-17 9:50 GMT+00:00 Matthieu Brucher <<a href="mailto:matthieu.brucher@gmail.com">matthieu.brucher@gmail.com</a>>:<br>
>><br>
>> Hi all,<br>
>><br>
>> I don't know if this was reported before (I didn't see anything online),<br>
>> but the fix for this checker breaks code.<br>
>> For instance:<br>
>><br>
>> for(int i = 0; i < size; ++i)<br>
>>   for(int j = 0; j < size; ++j)<br>
>>     do(i, j);<br>
>><br>
>> is turned into:<br>
>> for(int i = 0; i < size; ++i) {<br>
>>   for(int j = 0; j < size; ++j) {<br>
>>     do(i, j);<br>
>>   }<br>
>><br>
>> without the second (or third or fourth...) brace.<br>
>> I suspect this is because the identical diags are removed? Is this<br>
>> expected behavior? Or is there a way to fix these?<br>
>><br>
>> Regards,<br>
>><br>
>> Matthieu<br>
>> --<br>
>> Quantitative analyst, Ph.D.<br>
>> Blog: <a href="http://blog.audio-tk.com/" rel="noreferrer" target="_blank">http://blog.audio-tk.com/</a><br>
>> LinkedIn: <a href="http://www.linkedin.com/in/matthieubrucher" rel="noreferrer" target="_blank">http://www.linkedin.com/in/<wbr>matthieubrucher</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Quantitative analyst, Ph.D.<br>
> Blog: <a href="http://blog.audio-tk.com/" rel="noreferrer" target="_blank">http://blog.audio-tk.com/</a><br>
> LinkedIn: <a href="http://www.linkedin.com/in/matthieubrucher" rel="noreferrer" target="_blank">http://www.linkedin.com/in/<wbr>matthieubrucher</a><br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> cfe-dev mailing list<br>
> <a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-dev</a><br>
><br>
</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>