r188433 - [static analyzer] add a simple "CallEffects" API to query the retain count semantics of a method.

jahanian fjahanian at apple.com
Wed Aug 14 16:47:14 PDT 2013


On Aug 14, 2013, at 4:41 PM, Ted Kremenek <kremenek at apple.com> wrote:

> Author: kremenek
> Date: Wed Aug 14 18:41:49 2013
> New Revision: 188433
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=188433&view=rev
> Log:
> [static analyzer] add a simple "CallEffects" API to query the retain count semantics of a method.
> 
> This is intended to be a simplified API, whose internals are
> deliberately less efficient for the purpose of a simplified interface,
> for use with clients that want to query the analyzer's heuristics for
> determining retain count semantics.
> 
> There are no immediate clients, but it is intended to be used
> by the ObjC modernizer.

Thanks Ted. 

- Fariborz

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130814/0ca391f0/attachment.html>


More information about the cfe-commits mailing list