Commits

Jordan Rose committed 8176e99f5a1
[ClangImporter] Special-case some known non-CF types whose names end in "Ref". Without this, we try to bring these in as CF types, and then ARC tries to manage them, and the program crashes. <rdar://problem/17211521> Swift SVN r21081