Commits

Jordan Rose committed e4684ddb1a0
[swift2objc] Handle block types. C's wonderful declarator syntax makes this rather non-trivial. I've chosen to implement this by pushing cleanups that will get called at the end of a "full type", in reverse order. With much thanks to cdecl.org (created by Peter Ammon from the AppKit team). Swift SVN r12189