Commits

Joe Groff committed 35f81da6566
ClangImporter: Suppress importing no-argument constructors besides 'init'. NSAppleEventDescriptor has multiple "default" init methods, -init, -initRecordDescriptor, and -initListDescriptor, and they were all getting imported as default constructors in Swift. I don't know what the right thing to do long-term about init methods like these, but short-term I think we can get away with suppressing them. Swift SVN r4962