]> granicus.if.org Git - clang/commitdiff
Fix minor copy-pasto. No functionality change.
authorNico Weber <nicolasweber@gmx.de>
Mon, 31 Dec 2012 02:59:14 +0000 (02:59 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 31 Dec 2012 02:59:14 +0000 (02:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171274 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 81093cb987781a0c697f765ce686f11574995ef7..ffb6548041ad0e934ad6f1b2d4b2ed79b3e40fa9 100644 (file)
@@ -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);