Commits

Michael Ilseman committed d38f190acbc
[Clang importer] Basic import-as-member inference system Introduces import-as-member (IAM) inferene system, to automatically infer details that would otherwise have to be manually specified with the swift_name attribute. Basic functionality present, though there are some issues with properties at the moment. No hooks, options, or tests yet, stay tuned.