mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The code had the assumption that clang nodes always have owning modules. In fact, when a header is imported via `-import-objc-header` this is not true. rdar://157489426