]> granicus.if.org Git - clang/commit
Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').
authorTed Kremenek <kremenek@apple.com>
Tue, 5 May 2009 00:46:09 +0000 (00:46 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 5 May 2009 00:46:09 +0000 (00:46 +0000)
commite351aa10dab6eb8b9b502166c7035dc7b0e723e0
tree3d7ef14bcfb75260c8cee6b58b272d062c986897
parenta81419d0b53a40399a589a2fcc13f1ed2ec28f75
Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70952 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
test/Analysis/retain-release.m