FYI
On Mon, Jan 7, 2013 at 5:26 AM, Daniel Jasper <[email protected]> wrote:
> - FormatTok.HasUnescapedNewline =
> - Text.count("\\\n") != FormatTok.NewlinesBefore;
> + FormatTok.HasUnescapedNewline = Text.count("\\\n") !=
> + FormatTok.NewlinesBefore;
>
This doesn't seem as good as the rest of the changes. Here I agree with
your strategy of breaking the outer most binary operator. That's why I was
trying to differentiate between function arguments being broken after an
'=' and breaking a binary operator...
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits