Commits

Doug Gregor committed 570e5acc09a
Make extension-related DeclContext queries more robust. Resolve extensions when we need them, but don't bother when we don't. Among other things, this lets us identify a protocol extension before it's been fully validated. No behavior change for anything we have written now. Swift SVN r28891