[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cfe-commits
Subject:    [cfe-commits] r171274 - /cfe/trunk/include/clang/Sema/Sema.h
From:       Nico Weber <nicolasweber () gmx ! de>
Date:       2012-12-31 2:59:14
Message-ID: 20121231025914.6ABFD2A6C065 () llvm ! org
[Download RAW message or body]

Author: nico
Date: Sun Dec 30 20:59:14 2012
New Revision: 171274

URL: http://llvm.org/viewvc/llvm-project?rev=171274&view=rev
Log:
Fix minor copy-pasto. No functionality change.

Modified:
    cfe/trunk/include/clang/Sema/Sema.h

Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=171274&r1=171273&r2=171274&view=diff
 ==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Sun Dec 30 20:59:14 2012
@@ -2660,7 +2660,7 @@
                                    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);


_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic