Commits

Doug Gregor committed 2477206ed40
[Clang importer] Mark discardableResult attribute "implicit". The Clang importer implicitly synthesizes @discardableResult for nearly all imported functions. Printing this attribute in the generated interface leads to a lot of noise. Mark it as implicit so we don't print it.