ClangImporter: Stop importing pointers as 'CString' when string-pointer conversions are enabled.

Swift SVN r19376
This commit is contained in:
Joe Groff
2014-06-30 22:22:01 +00:00
parent e38c32742b
commit 1b9a66e5d9
3 changed files with 23 additions and 6 deletions

View File

@@ -123,3 +123,7 @@ autoreleasepool {
}
// The result error should have died with the autorelease pool
// CHECK-NEXT: died
let s = "Hello World"
puts(s)
// CHECK-NEXT: Hello World