mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialize initializer stub implementations.
Fixes the cross-module initializer inheritance issues implied by rdar://problem/19794036. Swift SVN r25336
This commit is contained in:
@@ -51,7 +51,7 @@ const uint16_t VERSION_MAJOR = 0;
|
||||
/// To ensure that two separate changes don't silently get merged into one
|
||||
/// in source control, you should also update the comment to briefly
|
||||
/// describe what change you made.
|
||||
const uint16_t VERSION_MINOR = 174; // Last change: inherited conformances
|
||||
const uint16_t VERSION_MINOR = 175; // Last change: stub implementation
|
||||
|
||||
using DeclID = Fixnum<31>;
|
||||
using DeclIDField = BCFixed<31>;
|
||||
@@ -783,6 +783,7 @@ namespace decls_block {
|
||||
OptionalTypeKindField, // failability
|
||||
BCFixed<1>, // implicit?
|
||||
BCFixed<1>, // objc?
|
||||
BCFixed<1>, // stub implementation?
|
||||
CtorInitializerKindField, // initializer kind
|
||||
TypeIDField, // type (signature)
|
||||
TypeIDField, // type (interface)
|
||||
|
||||
Reference in New Issue
Block a user