mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
This commit is contained in:
@@ -589,8 +589,7 @@ public:
|
||||
void verify() const;
|
||||
|
||||
virtual void loadAllMembers(Decl *D,
|
||||
uint64_t contextData,
|
||||
bool *ignored) override;
|
||||
uint64_t contextData) override;
|
||||
|
||||
virtual void
|
||||
loadAllConformances(const Decl *D, uint64_t contextData,
|
||||
|
||||
Reference in New Issue
Block a user