commit | c1b4534e4230a3e1545d10ddf3438aa64db9cedd | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Feb 01 20:33:05 2011 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Feb 01 20:33:05 2011 +0000 |
tree | 9bbfc4f690d190fff15c973ea44b0d53b85a2bbc | |
parent | 1f3bc9b5e62265bedd42243f33ade41a069dee53 [diff] |
Fix the message. Thanks to Thomas Clement for noticing. llvm-svn: 124680
diff --git a/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp index fb8ddb0..ff1e5dd 100644 --- a/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
@@ -221,7 +221,7 @@ 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...]'"); }