<div dir="ltr">On Thu, Feb 21, 2013 at 5:10 AM, Dmitri Gribenko <span dir="ltr"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</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"><div class="im">On Thu, Feb 21, 2013 at 11:15 AM, Manuel Klimek <<a href="mailto:klimek@google.com">klimek@google.com</a>> wrote:<br>

> On Wed, Feb 20, 2013 at 11:53 AM, Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>><br>
> wrote:<br>
>><br>
>> On Wed, Feb 20, 2013 at 12:15 PM, Manuel Klimek <<a href="mailto:klimek@google.com">klimek@google.com</a>> wrote:<br>
>> > +  EXPECT_EQ("f(\"some \"\n"<br>
>> > +            "  \"text\",\n"<br>
>> > +            "  other);",<br>
>> > +            format("f(\"some text\", other);",<br>
>> > getLLVMStyleWithColumns(10)));<br>
>> > +}<br>
>><br>
>> I think we could accidentally get a digraph or a trigraph after<br>
>> merging string literals.<br>
><br>
> I'm not sure what you're saying - we don't merge string literals - we just<br>
> split them.<br>
<br>
</div>Oh, then it is the opposite -- we could split a trigraph.  But they<br>
are rarely used, so we could probably ignore them (or not?)<br></blockquote><div><br></div><div style>Can trigraphs contain spaces? (we only split at spaces currently)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5"><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>>*/<br>
</div></div></blockquote></div><br></div></div>