Commits

Joe Groff committed b9299ed04df
ClangImporter: Import pointer parameters as CMutablePointer/CConstPointer. When we see pointer types in function or method parameters, import them as the bridged CMutablePointer/CConstPointer types instead of UnsafePointer, enabling the array and inout conversions with imported APIs. Swift SVN r15705