mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Simply returns "None" for C++ records in "getSpecialManglingContext" (same logic as namespaces) to prevent an assertion.
48 lines
708 B
Plaintext
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"
|
|
}
|