forked from OSchip/llvm-project
Fix minor copy-pasto. No functionality change.
llvm-svn: 171274
This commit is contained in:
parent
d6cd3203f6
commit
965368743e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue