Commits

Doug Gregor committed 2fdd8ed6e19
Delay protocol-conformance diagnostics until the conformance is fully checked. When we're checking for a particular witness in a protocol conformance because the result is needed elsewhere, capture the diagnostic we would emit and then store it in the ASTContext. We will emit these diagnostics when doing the full check of the conformance. Addresses the rest of rdar://problem/20564378. Swift SVN r27449