Commits
Sonny Falk committed efa1ff8ab43
[IDE/CodeComplete] Add CallParameterClosureType chunk, which resolves optional & alias types for closure type parameters. This allows code completion placeholder expansion to properly expand closure parameters utilizing a typealias, e.g. dispatch_block_t. Update and add test for the above. Work for <rdar://problem/15860693>. Swift SVN r20206