Commits
Joe Groff committed 46b8a977c60
ClangImporter: Import pointers as *UnsafePointer with pointer conversions enabled. Train the ClangImporter to use the normal pointer types when pointer conversions are enabled. This exposes some type checker issues with the implicit conversions from void pointers to arrays of literals. Swift SVN r19152