]> granicus.if.org Git - clang/commit
Rename attributes:
authorTed Kremenek <kremenek@apple.com>
Mon, 4 May 2009 17:29:57 +0000 (17:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 4 May 2009 17:29:57 +0000 (17:29 +0000)
commit31c215e62031b14e85c2f695c261817c044b465b
tree71cb48591e69abe2d5fb1b6d09c6af61012c1367
parent1308f573d7a9840713879deb3c02b219197cd827
Rename attributes:
'objc_ownership_cfretain' -> 'cf_ownership_retain'
'objc_ownership_cfrelease' -> 'cf_ownership_release'

Motivation: Core Foundation objects can be used in isolation from Objective-C,
and this forces users to reason about the separate semantics of CF objects. More
Sema support pending.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70884 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