[cfe-commits] r152448 - in /cfe/trunk: lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp test/Analysis/retain-release.m
Ted Kremenek
kremenek at apple.com
Fri Mar 9 16:08:52 PST 2012
On Mar 9, 2012, at 3:42 PM, Jordan Rose <jrose at belkadan.com> wrote:
> Wait, why is this no-warning? You're consuming a string literal, i.e. [@"abc" release];
Indeed. That's an unrelated issue to the one I was fixing. In this case, we aren't issuing a warning because we don't track string literals in the RetainCountChecker. Easily fixable.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120309/04931b0c/attachment.html>
More information about the cfe-commits
mailing list