r194439 - COSMETIC: Right justify an asterix in the previous refactoring.

Richard Smith richard at metafoo.co.uk
Mon Nov 11 17:53:38 PST 2013


On Mon, Nov 11, 2013 at 5:46 PM, Faisal Vali <faisalv at yahoo.com> wrote:

> Author: faisalv
> Date: Mon Nov 11 19:46:33 2013
> New Revision: 194439
>
> URL: http://llvm.org/viewvc/llvm-project?rev=194439&view=rev
> Log:
> COSMETIC: Right justify an asterix in the previous refactoring.
>
> Hopefully Richard won't notice this terrible egregiocity - clearly the
> work of a malevolent poltergeist - fixed now ;)
>

Haha, thanks =)


> No functionality change.
>
> Modified:
>     cfe/trunk/lib/Sema/Sema.cpp
>
> Modified: cfe/trunk/lib/Sema/Sema.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/Sema.cpp?rev=194439&r1=194438&r2=194439&view=diff
>
> ==============================================================================
> --- cfe/trunk/lib/Sema/Sema.cpp (original)
> +++ cfe/trunk/lib/Sema/Sema.cpp Mon Nov 11 19:46:33 2013
> @@ -1029,7 +1029,7 @@ void Sema::PushBlockScope(Scope *BlockSc
>                                                BlockScope, Block));
>  }
>
> -LambdaScopeInfo* Sema::PushLambdaScope() {
> +LambdaScopeInfo *Sema::PushLambdaScope() {
>    LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
>    FunctionScopes.push_back(LSI);
>    return LSI;
>
>
> _______________________________________________
> 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/20131111/cd1dafa8/attachment.html>


More information about the cfe-commits mailing list