forked from OSchip/llvm-project
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 ;) No functionality change. llvm-svn: 194439
This commit is contained in:
parent
524ca28b2b
commit
97d8c33fa7
|
@ -1029,7 +1029,7 @@ void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) {
|
||||||
BlockScope, Block));
|
BlockScope, Block));
|
||||||
}
|
}
|
||||||
|
|
||||||
LambdaScopeInfo* Sema::PushLambdaScope() {
|
LambdaScopeInfo *Sema::PushLambdaScope() {
|
||||||
LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
|
LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
|
||||||
FunctionScopes.push_back(LSI);
|
FunctionScopes.push_back(LSI);
|
||||||
return LSI;
|
return LSI;
|
||||||
|
|
Loading…
Reference in New Issue