From 22e66b434ad793c1ed0c80d228d94e6a522ab49e Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 11 Apr 2014 01:13:04 +0000 Subject: Cleanup: Add default arguments to CodeGenFunction::StartFunction. Thanks dblaikie for the suggestion! llvm-svn: 206012 --- clang/lib/CodeGen/CodeGenFunction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 56ad76ae926..7d5a59e99ed 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1148,8 +1148,8 @@ public: llvm::Function *Fn, const CGFunctionInfo &FnInfo, const FunctionArgList &Args, - SourceLocation Loc, - SourceLocation StartLoc); + SourceLocation Loc = SourceLocation(), + SourceLocation StartLoc = SourceLocation()); void EmitConstructorBody(FunctionArgList &Args); void EmitDestructorBody(FunctionArgList &Args); -- cgit v1.2.3