r205526 - x

Daniel Jasper djasper at google.com
Thu Apr 3 05:09:53 PDT 2014


Oops, forgot proper CL description (git ... :-( ).

Just a typo I fixed on the way and forgot to merge in with the actual
change.


On Thu, Apr 3, 2014 at 2:00 PM, Daniel Jasper <djasper at google.com> wrote:

> Author: djasper
> Date: Thu Apr  3 07:00:27 2014
> New Revision: 205526
>
> URL: http://llvm.org/viewvc/llvm-project?rev=205526&view=rev
> Log:
> x
>
> Modified:
>     cfe/trunk/lib/Format/ContinuationIndenter.cpp
>
> Modified: cfe/trunk/lib/Format/ContinuationIndenter.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/ContinuationIndenter.cpp?rev=205526&r1=205525&r2=205526&view=diff
>
> ==============================================================================
> --- cfe/trunk/lib/Format/ContinuationIndenter.cpp (original)
> +++ cfe/trunk/lib/Format/ContinuationIndenter.cpp Thu Apr  3 07:00:27 2014
> @@ -350,7 +350,7 @@ unsigned ContinuationIndenter::addTokenO
>
>    // Breaking before the first "<<" is generally not desirable if the LHS
> is
>    // short. Also always add the penalty if the LHS is split over mutliple
> lines
> -  // to avoid unncessary line breaks that just work around this penalty.
> +  // to avoid unnecessary line breaks that just work around this penalty.
>    if (NextNonComment->is(tok::lessless) &&
>        State.Stack.back().FirstLessLess == 0 &&
>        (State.Column <= Style.ColumnLimit / 3 ||
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140403/77285a12/attachment.html>


More information about the cfe-commits mailing list