]> granicus.if.org Git - clang/commit
Hook up attribute 'objc_ownership_retain' to the analyzer. This attribute allows
authorTed Kremenek <kremenek@apple.com>
Sat, 25 Apr 2009 01:21:50 +0000 (01:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 25 Apr 2009 01:21:50 +0000 (01:21 +0000)
commit4da0427a20f31db9b6934b280d49ab264236b34c
treedbd2bde50ac02b1976711fed609a444a654303c7
parentc62a2fe1957626bc4b29402b2d0a3694dfaa3280
Hook up attribute 'objc_ownership_retain' to the analyzer. This attribute allows
users to specify that a method's argument is visibly retained (reference count
incremented).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70008 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFRefCount.cpp
lib/Parse/AttributeList.cpp
test/Analysis/retain-release.m