Commits

Jordan Rose committed 6658c949888
[ClangImporter] Consistently name Swift->Clang helpers "export*". If Clang->Swift functions are named "import*" ("importDecl", "importName", etc.), then clearly Swift->Clang functions should be called "export*". (Originally we called both directions "import", but recent additions have used "export" for Swift->Clang instead.) No functionality change. Swift SVN r29424