Commits

Jordan Rose committed 1a024c1c752
[swift2objc] Handle UnsafePointer. The @objc validator still rejects UnsafePointers of any non-mapped type, so things like "NSRect *" and "MyClass **" get rejected, but this code will do the right thing for those as well. Swift SVN r12170