<div dir="ltr">Yes, his change does that. All that I am asking is to not hard-code this but instead introduce a style-dependent value. I can pick this up tomorrow.. Should be a very straight-forward patch.</div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Oct 24, 2013 at 8:15 PM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@google.com" target="_blank">chandlerc@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra">I think what Eric is aiming at here, and something that I would prefer for the LLVM style at least, is a change to the relative badness assigned to two line breaks:</div><div class="gmail_extra">

<br></div><div class="gmail_extra">variable = function( // this line break</div><div class="gmail_extra">    argument, argument, argument);</div><div class="gmail_extra"><br></div><div class="gmail_extra">vs.</div><div class="gmail_extra">

<br></div><div class="gmail_extra">variable = // this line break</div><div class="gmail_extra">    function(argument, argument, argument);</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">

I think Eric would like the first one to be significantly "badder" than the second. Is his change actually accomplishing this? Could you point to the code that would accomplish this so we could evaluate different weights?</div>

</div>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>