Files
swift-mirror/test/Interop/Cxx/class/Inputs/module.modulemap
zoecarver 222d2fe709 [cxx-interop] Support nested C++ record types.
Simply returns "None" for C++ records in "getSpecialManglingContext"
(same logic as namespaces) to prevent an assertion.
2020-11-13 14:22:22 -08:00

48 lines
708 B
Plaintext

module AccessSpecifiers {
header "access-specifiers.h"
}
module TypeClassification {
header "type-classification.h"
}
module Constructors {
header "constructors.h"
}
module ConstructorsObjC {
header "constructors-objc.h"
}
module LoadableTypes {
header "loadable-types.h"
}
module MemberwiseInitializer {
header "memberwise-initializer.h"
}
module MemoryLayout {
header "memory-layout.h"
}
module MemberVariables {
header "member-variables.h"
}
module ProtocolConformance {
header "protocol-conformance.h"
}
module SynthesizedInitializers {
header "synthesized-initializers.h"
}
module DebugInfo {
header "debug-info.h"
}
module NestedRecords {
header "nested-records.h"
}