Skip to content
Snippets Groups Projects
Commit 5810f5c8 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Attribute 'cf_returns_autoreleased' doesn't really exist.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170723 91177308-0d34-0410-b5e6-96231b3b80d8
parent 72390b39
No related branches found
No related tags found
No related merge requests found
...@@ -234,11 +234,6 @@ def CFUnknownTransfer : InheritableAttr { ...@@ -234,11 +234,6 @@ def CFUnknownTransfer : InheritableAttr {
let Subjects = [Function]; let Subjects = [Function];
} }
def CFReturnsAutoreleased : Attr {
let Spellings = [GNU<"cf_returns_autoreleased">];
let ASTNode = 0;
}
def CFReturnsRetained : InheritableAttr { def CFReturnsRetained : InheritableAttr {
let Spellings = [GNU<"cf_returns_retained">]; let Spellings = [GNU<"cf_returns_retained">];
let Subjects = [ObjCMethod, Function]; let Subjects = [ObjCMethod, Function];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment