Commits

Joe Groff committed a4ce448280f
Move cc attribute from SILType to AnyFunctionType. We decided we're going to want to surface fine-grained representational control of functions to the user, so move AbstractCC and the calling convention attributes into the Swift type system. Like the [thin] attribute, we don't set this in the type-checker or importer at all yet, and let SILGen set the attribute where it wants it for now. Swift SVN r5222