Commits

Jordan Rose committed cc3119be51a
Teach the Mach-O-based AST importer to accept bare serialized ASTs. This necessitated adding a new function to validate a serialized AST, so that we can get the same information that used to be extracted from the section header. For now, we'll continue accepting the wrapped ASTs as well, since we haven't changed the existing debug info generator. Swift SVN r12922