Commits

Argyrios Kyrtzidis committed a586753f0f2
[IDE] Implement generating the Swift interface for an C/ObjC header This translates clang arguments to swift ones, uses the bridging header functionality to parse the provided file, and re-uses part of the module interface printing implementation to print an interface for the header. Part of rdar://19939192 Swift SVN r28062