<div dir="ltr">Fixed in r236992. Sorry if you have to change polly back..</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 8, 2015 at 5:23 PM, Tobias Grosser <span dir="ltr"><<a href="mailto:tobias@grosser.es" target="_blank">tobias@grosser.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 05/08/2015 05:18 PM, Daniel Jasper wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
<br>
On Fri, May 8, 2015 at 5:16 PM, Tobias Grosser <<a href="mailto:tobias@grosser.es" target="_blank">tobias@grosser.es</a><br></span><div><div class="h5">
<mailto:<a href="mailto:tobias@grosser.es" target="_blank">tobias@grosser.es</a>>> wrote:<br>
<br>
    On 05/08/2015 03:51 PM, Daniel Jasper wrote:<br>
<br>
        Author: djasper<br>
        Date: Fri May  8 08:51:14 2015<br>
        New Revision: 236851<br>
<br>
        URL: <a href="http://llvm.org/viewvc/llvm-project?rev=236851&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=236851&view=rev</a><br>
        Log:<br>
        clang-format: Several improvements around formatting braced lists.<br>
<br>
        In particular:<br>
        * If the difference between the longest and shortest element, we<br>
        copped<br>
            out of column format completely. Now, we instead allow to<br>
        arrange<br>
            these in a single column, essentially enforcing a<br>
        one-per-line format.<br>
        * Allow column layout even if there are braced lists. Especially, if<br>
            there are many short lists, this can be beneficial. The bad<br>
        case,<br>
            where there is a long nested init list is usually caught as<br>
        we now<br>
            limit the length difference of the longest and shortest element.<br>
<br>
<br>
    Hi Daniel,<br>
<br>
    this change caused the following formatting change in Polly:<br>
<br>
    -  Value *Args[] = {SubFn, SubFnParam, NumberOfThreads, LB, UB, Stride};<br>
    +  Value *Args[] = {SubFn,<br>
    +                   SubFnParam,<br>
    +                   NumberOfThreads,<br>
    +                   LB,<br>
    +                   UB,<br>
    +                   Stride};<br>
<br>
    I will change this in Polly. It might be useful to add some test case<br>
    that shows that in certain cases we want to format a list in column<br>
    layout even though it fits a single line.<br>
<br>
<br>
Do we? Do you actually think the new format is better?<br>
</div></div></blockquote>
<br>
I personally would probably just have left the old formatting, but as this case does not happen that often and both are readable, I don't have any strong opinion on this.<br>
<br>
Though, I would like us to choose one formatting to which we will stick to in the future. Regarding which one to choose, feel free to take the one you like best.<br>
<br>
Best,<br>
Tobias<br>
<br>
</blockquote></div><br></div>