]> granicus.if.org Git - clang/commit
Add back Parse/Sema support for attributes cf_returns_retained and
authorTed Kremenek <kremenek@apple.com>
Sat, 9 May 2009 02:44:38 +0000 (02:44 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 9 May 2009 02:44:38 +0000 (02:44 +0000)
commitb71368d28532908ae1c2dc23f91761781205b3d0
tree87a049dba9c8d0da1d4420465e493609af4bac09
parent6b62ec90d498eb512f2e231547b05d485814a146
Add back Parse/Sema support for attributes cf_returns_retained and
ns_returns_retained, but do not include the other ownership attributes
we previously had.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71308 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/Parse/AttributeList.h
lib/Frontend/PCHReaderDecl.cpp
lib/Frontend/PCHWriter.cpp
lib/Sema/SemaDeclAttr.cpp