]> granicus.if.org Git - clang/commit
Implement ownership attribute 'objc_ownership_make_collectable'. This allows one
authorTed Kremenek <kremenek@apple.com>
Tue, 28 Apr 2009 22:32:26 +0000 (22:32 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 28 Apr 2009 22:32:26 +0000 (22:32 +0000)
commitbf20dbdec6ab7d02e96fac937ad57b2b95c0675c
tree283e93ff8b5ed81761672361461480fff18a42bb
parent0292d99c51ea4dc8737cb7fc5909ade011d374b3
Implement ownership attribute 'objc_ownership_make_collectable'. This allows one
to add 'CFMakeCollectable' semantics to a method.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70336 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/Parse/AttributeList.h
lib/Analysis/CFRefCount.cpp
lib/Frontend/PCHReaderDecl.cpp
lib/Frontend/PCHWriter.cpp
lib/Parse/AttributeList.cpp
lib/Sema/SemaDeclAttr.cpp
test/Analysis/retain-release-gc-only.m