<div dir="ltr">This does not make any sense to me and I'd vote against putting it into clang-format. Can you explain the rationale behind this formatting decision?</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Nov 26, 2013 at 11:42 PM, Ben Longbons <span dir="ltr"><<a href="mailto:brlongbons@gmail.com" target="_blank">brlongbons@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This patch allows the whitespace attachment for pointers and<br>
references to be different:<br>
<br>
void pc(char *c);<br>
void rc(char& c);<br>
void prc(char *& c);<br>
<br>
A full set of expected outputs for each: <a href="https://gist.github.com/o11c/7506460" target="_blank">https://gist.github.com/o11c/7506460</a><br>
<br>
Note: the formatting in the patch is not optimal, I preferred to make<br>
the diff more readable in the initial submission.<br>
<br>
-o11c<br>
<br>
P.S. Please make sure to reply-all, I'm not subscribed (I hate the<br>
"all or nothing" aspect of mailing lists).<br>
<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>