Commits

Jordan Rose committed 2cd2fe34186
[ClangImporter] Don't assume all memory buffers have unique identifiers. In particular, the fake "<module-includes>" buffers all have that same name. Use the buffer itself to provide identity. (We are already deliberately keeping the buffers alive via their source managers.) rdar://problem/19716081 Swift SVN r25200