Commits
Doug Gregor committed 7c0c092004b
Eagerly update a protocol's "has missing required members" flag. Rather than plumbing a "has missing required members" flag all the way through the LazyResolver's loadAllMembers and its implementations, just eagerly update the "has missing required members" flag in the Clang importer when it happens. More NFC cleanup.