[cfe-commits] r124174 - in /cfe/trunk: include/clang/Basic/Attr.td include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/AttributeList.h lib/Sema/AttributeList.cpp lib/Sema/SemaDeclAttr.cpp test/Analysis/retain-release.m

Chris Lattner clattner at apple.com
Mon Jan 24 19:39:46 PST 2011


On Jan 24, 2011, at 7:31 PM, John McCall wrote:

> Author: rjmccall
> Date: Mon Jan 24 21:31:58 2011
> New Revision: 124174
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=124174&view=rev
> Log:
> Add the ns_consumes_self, ns_consumed, cf_consumed, and ns_returns_autoreleased
> attributes for the benefit of the static analyzer.

Ok.  Please document these in the LanguageExtensions.html file though, thanks!

-Chris



More information about the cfe-commits mailing list