[cfe-commits] r163012 - in /cfe/trunk: lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp test/Analysis/retain-release.mm
Ted Kremenek
kremenek at apple.com
Fri Aug 31 13:18:41 PDT 2012
On Aug 31, 2012, at 11:19 AM, Jordan Rose <jordan_rose at apple.com> wrote:
> + if (Name)
> + if (Name->isStr("CGBitmapContextCreateWithData"))
> + RE = S->getRetEffect();
> }
This can just be "if (Name && Name->isStr(…))"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120831/67ea9058/attachment.html>
More information about the cfe-commits
mailing list