Commits

Doug Gregor committed b0d4242b38a
Implement a proper Clang -> Swift type importer. This importer handles all of the Clang structural types, e.g., builtin types (int, float, void), function types, block pointer types, and C pointer types. It does not yet handle nominal types such as enums, structs, or Objective-C classes, and there are some questions about (e.g.) array types. Swift SVN r3212