Commits

Jordan Rose committed cd3d98c10c0
[Serialization] Don't look at extension members when resolving XREFs. This is mostly a "don't crash" commit, but since member XREFs don't specify which module they're looking in, they can actually pick up members from the module currently being compiled...which may not have a type yet. rdar://problem/21071045 Swift SVN r30895