Commits

Joe Groff committed e9ef518f98a
Sema: Register accessors for synthesized properties of Clang-imported types as external too. This is necessary to catch things like the rawValue of NS_OPTIONS types, which doesn't directly correspond to a C decl but still needs to be emitted as an external decl. Swift SVN r28902