Skip to content

Commit a2830d6

Browse files
committed
Revert "Remove empty line."
Accidental commit. This reverts commit 894d3ee.
1 parent 2d50029 commit a2830d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Sema/SemaExpr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6593,6 +6593,7 @@ ExprResult Sema::BuildCallExpr(Scope *Scope, Expr *Fn, SourceLocation LParenLoc,
65936593
"should only occur in error-recovery path.");
65946594
return CallExpr::Create(Context, Fn, ArgExprs, Context.DependentTy,
65956595
VK_PRValue, RParenLoc, CurFPFeatureOverrides());
6596+
}
65966597
return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
65976598
ExecConfig, IsExecConfig);
65986599
}

0 commit comments

Comments
 (0)