Commits

Joe Groff committed c57ea38b952
SILGen: Don't produce context arguments for captured typealiases. If a local function tried to reference a local typealias, we were trying to emit a SIL variable reference and freaking out, causing <rdar://problem/15360605>. For now, don't emit any capture arguments for local typealiases. Any context a local typealias requires should be handled by capturing the external context's generic parameters. Swift SVN r9865