summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/objcbridgemutable-attribute.m
Commit message (Collapse)AuthorAgeFilesLines
* [Objective-C Sema] Fixes a typo which did not allow Fariborz Jahanian2015-04-101-1/+2
| | | | | | | bridge casting to super class of object's bridge type. rdar://18311183 llvm-svn: 234652
* ObjectiveC migrator. Improve on definition, useFariborz Jahanian2013-11-221-1/+13
| | | | | | | | and testing of objc_bridgmutable attribute per Aaron Ballman's comments. // rdar://15498044 llvm-svn: 195396
* ObjectiveC. Implement attribute 'objc_bridge_mutable'Fariborz Jahanian2013-11-211-0/+19
whose semantic is currently identical to objc_bridge, but their differences may manifest down the road with further enhancements. // rdar://15498044 llvm-svn: 195376
OpenPOWER on IntegriCloud