Commits

Mark Lacey committed fd8e10fa685
Generate arguments with the correct ABI types for C/Obj-C functions. This gets us a bit closer to properly generating the correct types for arguments. The remaining piece is generating all the argument types at once rather than one at a time. That part cannot happen until we can always generate Clang types for the Swift types we see in the signatures of these functions. Swift SVN r13532