[cfe-commits] r64937 - /cfe/trunk/lib/Analysis/CFRefCount.cpp

Chris Lattner clattner at apple.com
Wed Feb 18 10:57:09 PST 2009


On Feb 18, 2009, at 10:54 AM, Ted Kremenek wrote:

> Author: kremenek
> Date: Wed Feb 18 12:54:33 2009
> New Revision: 64937
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64937&view=rev
> Log:
> retain/release checker: Distinguish in the function summaries between
> retain/releases performed via [... release] and CFRetain(). The  
> former are
> no-ops in GC. The checker already handled this, but now we emit nice  
> diagnostics
> to the user telling them that these are no-ops.

Nice!

-chris




More information about the cfe-commits mailing list