Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Objective-C Sema] Fixes a typo which did not allow | Fariborz Jahanian | 2015-04-10 | 1 | -1/+2 |
| | | | | | | | bridge casting to super class of object's bridge type. rdar://18311183 llvm-svn: 234652 | ||||
* | ObjectiveC migrator. Improve on definition, use | Fariborz Jahanian | 2013-11-22 | 1 | -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 Jahanian | 2013-11-21 | 1 | -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 |