]> granicus.if.org Git - clang/commit
ObjectiveC. Implement attribute 'objc_bridge_mutable'
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 21 Nov 2013 20:50:32 +0000 (20:50 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 21 Nov 2013 20:50:32 +0000 (20:50 +0000)
commit51935f33d62b2a17f78588283ae694bb966a378c
tree6348d94d4f36f8ee1c2492ac1608119294985a30
parent8bb0c80263ea9e4d04512174e34fd0c736798443
ObjectiveC. Implement attribute 'objc_bridge_mutable'
whose semantic is currently identical to objc_bridge,
but their differences may manifest down the road with
further enhancements. // rdar://15498044

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195376 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/objcbridgemutable-attribute.m [new file with mode: 0644]