summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/AttributeList.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-05-04 23:46:06 +0000
committerTed Kremenek <kremenek@apple.com>2009-05-04 23:46:06 +0000
commit6bdfcf47adc88f6f7f4dd908fd5bb62b79a2e6a8 (patch)
tree2afe1d2081d4742d176980ff37731565668d7d1b /clang/lib/Parse/AttributeList.cpp
parent32ff7aeefa9b1d2b0cc8046d5fd51ac6ce154215 (diff)
downloadbcm5719-llvm-6bdfcf47adc88f6f7f4dd908fd5bb62b79a2e6a8.tar.gz
bcm5719-llvm-6bdfcf47adc88f6f7f4dd908fd5bb62b79a2e6a8.zip
Remove experimental attribute 'ns_ownership_make_collectable.'
llvm-svn: 70940
Diffstat (limited to 'clang/lib/Parse/AttributeList.cpp')
-rw-r--r--clang/lib/Parse/AttributeList.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Parse/AttributeList.cpp b/clang/lib/Parse/AttributeList.cpp
index c68a5b735bd..704d98a07e8 100644
--- a/clang/lib/Parse/AttributeList.cpp
+++ b/clang/lib/Parse/AttributeList.cpp
@@ -151,10 +151,6 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name) {
if (!memcmp(Str, "no_instrument_function", 22))
return AT_no_instrument_function;
break;
- case 29:
- if (!memcmp(Str, "ns_ownership_make_collectable", 29))
- return AT_ns_ownership_make_collectable;
- break;
}
return UnknownAttribute;
}
OpenPOWER on IntegriCloud