Files
swift-mirror/test/api-digester/Inputs/Foo/module.modulemap
Slava Pestov 305620b354 ClangImporter: Reconcile Clang declaration hidden-ness between loadAllMembers() and lazy loading
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.
2020-01-24 17:07:08 -05:00

5 lines
43 B
Plaintext

module Foo {
header "foo.h"
export *
}