On Mon, Nov 11, 2013 at 5:46 PM, Faisal Vali <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
