Commits

Joe Groff committed 5ec3cad5f66
ClangImporter: Emit metadata for imported enums. Whatever kind of Swift decl we cons up for a Clang enum, add it to the externals list so we can pick it up and emit Swift metadata for it in IRGen. Fixes <rdar://problem/15242452>. Swift SVN r9801