Commits

Jordan Rose committed 7bea4103696
Introduce a LoadedModule base class for ClangModule and SerializedModule. This keeps AST insulated from the various module-loading interfaces, which minimizes special-casing of the differences between ClangModule and the (upcoming) SerializedModule. Swift SVN r5096