forked from OSchip/llvm-project
Fix the message. Thanks to Thomas Clement for noticing.
llvm-svn: 124680
This commit is contained in:
parent
1f3bc9b5e6
commit
c1b4534e42
|
@ -221,7 +221,7 @@ void ObjCSelfInitChecker::PreVisitReturnStmt(CheckerContext &C,
|
|||
return;
|
||||
|
||||
checkForInvalidSelf(S->getRetValue(), C,
|
||||
"Returning 'self' while it is not set it to the result of "
|
||||
"Returning 'self' while it is not set to the result of "
|
||||
"'[(super or self) init...]'");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue