Commit Graph

1 Commits

Author SHA1 Message Date
Jordan Rose
d71790b706 Ignore unresolved imports in @_implementationOnly consistency checking (#26255)
Unresolved imports all have the "same" ModuleDecl: nullptr. But that's
not really an inconsistency, and even if there *is* a true
inconsistency among unresolved imports, it can be dealt with when the
developer fixes their search paths. (Or the imports. Whichever is
wrong.)

rdar://problem/52943397
2019-07-22 09:14:26 -07:00