<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Nov 20, 2013 at 6:12 PM, Daniel Jasper <span dir="ltr"><<a href="mailto:djasper@google.com" target="_blank">djasper@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"><div class="gmail_quote"><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
@@ -681,6 +681,7 @@ void UnwrappedLineParser::parseStructura<br>
             Style.BreakBeforeBraces == FormatStyle::BS_Stroustrup ||<br>
             Style.BreakBeforeBraces == FormatStyle::BS_Allman)<br>
           addUnwrappedLine();<br></blockquote><div><br></div></div></div><div>Does it still make sense to report the "{" as its own unwrapped line? Seems a bit convoluted to first report multiple lines and then merge them afterwards. I think this would make the merging code simpler.</div>
</div></div></div></blockquote><div><br></div><div>It also seemed strange to me. Should we instead handle BreakBeforeBraces in TokenAnnotator? This will require adding TokenType values for braces starting namespaces, classes/structs and, probably, enums. I can play with this a bit, it you think it makes sense.</div>
</div>
</div></div>