Commits

Doug Gregor committed 1393ee18a43
Start serializing the "inherited" list of extension declarations. This improves the fidelity of the AST printed from a loaded module, as well as consistency in the AST. Also teach the Clang importer to add "inherited" clauses, providing better fidelity for the mapping from Objective-C to Swift. Swift SVN r31337