<div dir="ltr">On Fri, Jun 14, 2013 at 7:43 AM, Tobias Grosser <span dir="ltr"><<a href="mailto:tobias@grosser.es" target="_blank">tobias@grosser.es</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 06/13/2013 11:39 AM, Reid Kleckner wrote:<br>
[...]<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
clang-format produced some formattings that I'm not sure are standard<br>
LLVM style.  They look like:<br>
   ReturnTypeIsReallyLong<br>
       methodNameIsAlsoUnusuallyLong(<u></u>ParamTy P1, ParamTy P2);<br>
<br>
I think I see this more commonly:<br>
   ReturnTypeIsReallyLong<br>
   methodNameIsAlsoUnusuallyLong(<u></u>ParamTy P1, ParamTy P2);<br>
Or:<br>
   ReturnTypeIsReallyLong methodNameIsAlsoUnusuallyLong(<u></u>ParamTy P1,<br>
                                                        ParamTy P2);<br>
<br>
I figured I should ask up front if that's OK, and if not, it's probably<br>
best to go fix clang-format, re-run, and resend.<br>
</blockquote>
<br></div>
I believe this is a bug in clang-format that was introduced about two weeks ago. I reported it at <a href="http://llvm.org/PR16157" target="_blank">llvm.org/PR16157</a> and would very much like<br>
to get it fixed.<br></blockquote><div style><br></div><div style>Wondering why I didn't get an email notification when you filed this... is there a way to configure that myself in bugzilla (I assume not...)<br></div>
<div style><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Cheers,<br>
Tobias<div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu" target="_blank">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/<u></u>mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br></div></div>