<div dir="ltr">2013/4/8 Daniel Jasper <span dir="ltr"><<a href="mailto:djasper@google.com" target="_blank">djasper@google.com</a>></span><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">
<br>
<br>
================<br>
Comment at: lib/Format/UnwrappedLineParser.cpp:398<br>
@@ +397,3 @@<br>
<div class="im">+            ((FormatTok.NewlinesBefore > 0 && FormatTok.HasUnescapedNewline) ||<br>
+             FormatTok.IsFirst)) {<br>
+          addUnwrappedLine();<br>
</div>----------------<br>
How can FormatTok.IsFirst be true?<br>
<br></blockquote><div> </div><div style>Also, afaik if HasUnescpaedNewline then NewlineBefore > 0, so no need to capture both...</div><div style><br></div></div></div></div>