Commits

Doug Gregor committed 452f9562e17
[Clang importer] Only import prototyped functions. Unprototyped C functions can't sensibly be reflected in the Swift type system, and are awful besides, so don't import them. Then, always go through importFunctionType to import function types, fixing the missing pattern in <rdar://problem/13992215>. Swift SVN r5494