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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
