]> granicus.if.org Git - clang/commit
Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to
authorTed Kremenek <kremenek@apple.com>
Thu, 18 Feb 2010 00:05:45 +0000 (00:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 18 Feb 2010 00:05:45 +0000 (00:05 +0000)
commit31c780d95a830f0187cfcbb1016ce88f50a7dfe1
treef70413326bef0e381ae107ada8a1b8b6add1ea15
parent30ab37122300a5f6664b8ae2d0b43b4396eb6bcb
Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to
match 'ns_returns_retained' and 'cf_returns_retained' respectively.  These
are not yet hooked up to the static analyzer.

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