2013/4/8 Daniel Jasper <[email protected]>

>
>
> ================
> Comment at: lib/Format/UnwrappedLineParser.cpp:398
> @@ +397,3 @@
> +            ((FormatTok.NewlinesBefore > 0 &&
> FormatTok.HasUnescapedNewline) ||
> +             FormatTok.IsFirst)) {
> +          addUnwrappedLine();
> ----------------
> How can FormatTok.IsFirst be true?
>
>
Also, afaik if HasUnescpaedNewline then NewlineBefore > 0, so no need to
capture both...
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to