Commits

Doug Gregor committed af3769773ed
[Clang importer] Fix the use-after-free with enum info harder. This is more of rdar://problem/24869070; StringRefs are leaking out of importFullName still, in a DenseMap that can get deallocated. When we cache this data, put them in "permanent" (Swift ASTContext) storage.