Commits

Joe Groff committed 2395820d2d0
SILGen: Only emit base conformances that belong to the current module. Fixes rdar://problem/17619178. I can't make a SILGen test case because of rdar://problem/18182969 -- under normal circumstances we appear to produce new conformances for base protocols even when there are conformances in the stdlib we should reuse instead. Swift SVN r21594