Commits
Jordan Rose committed 5779d432384
[ClangImporter] Resolve forward @protocol declarations like we do @class. When we see an unresolved @protocol in a Clang module, we now check the name against the protocols in the Swift module with the same name like we do for classes. More <rdar://problem/16295994> Swift SVN r15472