From: Nico Weber Date: Mon, 31 Dec 2012 02:59:14 +0000 (+0000) Subject: Fix minor copy-pasto. No functionality change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c6fe1467094a8650bb0d3b19f0e001be13362f7;p=clang Fix minor copy-pasto. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171274 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 81093cb987..ffb6548041 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -2660,7 +2660,7 @@ public: SourceLocation StarLoc, Expr *DestExp); StmtResult ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope); - StmtResult ActOnBreakStmt(SourceLocation GotoLoc, Scope *CurScope); + StmtResult ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope); const VarDecl *getCopyElisionCandidate(QualType ReturnType, Expr *E, bool AllowFunctionParameters);