mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Lazy loading checked if the ClangDecl was hidden, but loading all members did not. Let's make loadAllMembers() behave like the lazy path, and fix some of the mock SDKs in the test suite.
5 lines
43 B
Plaintext
5 lines
43 B
Plaintext
module Foo {
|
|
header "foo.h"
|
|
export *
|
|
}
|