Commits

Doug Gregor committed 88258ed2681
Allow substitution^2's to look up the conformance for a class to AnyObject. AnyObject conformances are weird beasts, because we're able to synthesize them fairly arbitrarily for classes. Do so also within substitution into a Substitution, fixing rdar://problem/20338028. Longer term, the AnyObject protocol needs to die. Swift SVN r28118