[clang] a2830d6 - Revert "Remove empty line."

Bill Wendling via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 15 02:34:21 PDT 2024


Author: Bill Wendling
Date: 2024-08-15T02:34:04-07:00
New Revision: a2830d6aa2e8ad0da0e58f1642ed09723602e838

URL: https://github.com/llvm/llvm-project/commit/a2830d6aa2e8ad0da0e58f1642ed09723602e838
DIFF: https://github.com/llvm/llvm-project/commit/a2830d6aa2e8ad0da0e58f1642ed09723602e838.diff

LOG: Revert "Remove empty line."

Accidental commit.

This reverts commit 894d3eebe2109f7dec488d3415d5c6236e55a0da.

Added: 
    

Modified: 
    clang/lib/Sema/SemaExpr.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp
index c4aa02ff0c217d..0f58eb2840211d 100644
--- a/clang/lib/Sema/SemaExpr.cpp
+++ b/clang/lib/Sema/SemaExpr.cpp
@@ -6593,6 +6593,7 @@ ExprResult Sema::BuildCallExpr(Scope *Scope, Expr *Fn, SourceLocation LParenLoc,
            "should only occur in error-recovery path.");
     return CallExpr::Create(Context, Fn, ArgExprs, Context.DependentTy,
                             VK_PRValue, RParenLoc, CurFPFeatureOverrides());
+  }
   return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
                                ExecConfig, IsExecConfig);
 }


        


More information about the cfe-commits mailing list