Commits

Joe Groff committed d0473756ec2
ClangImporter etc.: Remap C vector types to nested BaseType.VectorN types. The design we landed on for SIMD is to define the vector types as nested types of their element, e.g. Float.Vector4, Int32.Vector2, etc. Update the Clang importer and other mapping facilities to match. Swift SVN r28087