Commits
Jordan Rose committed 296c802cd24
[ClangImporter] Mark synthesized decls for forward classes as implicit. We don't want them showing up in SourceKit's generated interface for a module (e.g. NSInvocation should not actually appear in the ObjectiveC module). No tests because swift-ide-test prints implicit decls as well as explicit ones. Swift SVN r21858