Commits

Jordan Rose committed 869508db2cd
[ClangImporter] Make sure the imported header module can see the stdlib. Otherwise, it can't find the appropriate ~= to use for synthesized NS_ENUM RawRepresentable conformances, leading to bizarre errors about the underlying type (usually Int) not being able to convert to NSObject. <rdar://problem/16923405> Swift SVN r18131