Commits

Slava Pestov committed 0dd34951f7c
IRGen: Hack for fixed-size arrays in GenClangType We import fixed-sie arrays as tuple types (yuck). The opposite conversion was not implemented, making it impossible to call functions that take them as parameters. Fixes <rdar://problem/21476289>. Swift SVN r30689