Hopefully Richard won't notice this terrible egregiocity - clearly the work of a malevolent poltergeist - fixed now ;)
No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194439
91177308-0d34-0410-b5e6-
96231b3b80d8
BlockScope, Block));
}
-LambdaScopeInfo* Sema::PushLambdaScope() {
+LambdaScopeInfo *Sema::PushLambdaScope() {
LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
FunctionScopes.push_back(LSI);
return LSI;