]> granicus.if.org Git - clang/commit
ObjectiveC - Introducing objc_bridge_related attribute
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 4 Dec 2013 20:32:50 +0000 (20:32 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 4 Dec 2013 20:32:50 +0000 (20:32 +0000)
commitdb5d8792d4fdb806acd128d619917538325d23c6
tree975b0ca0c1656dcab22c0750009eb11d00879611
parent27f183d21c639aa277bcae7fb6cf5ce83f44c212
ObjectiveC - Introducing objc_bridge_related attribute
which specifies couple of (optional) method selectors
for bridging a CFobject to or from an ObjectiveC
object. This is wip. // rdsr://15499111

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196408 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Parse/Parser.h
include/clang/Sema/AttributeList.h
lib/Parse/ParseDecl.cpp
lib/Sema/SemaDeclAttr.cpp
test/Parser/objcbridge-related-attribute.m [new file with mode: 0644]