mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Any C++ type that isn't trivially copyable is now also not a trivial type. This will preserve the destructor (among other things).
28 lines
443 B
Plaintext
28 lines
443 B
Plaintext
module AccessSpecifiers {
|
|
header "access-specifiers.h"
|
|
}
|
|
|
|
module TypeClassification {
|
|
header "type-classification.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"
|
|
}
|