mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ConstraintSystem] Record holes in the constraint system using a new flag in
`TypeVariableOptions` rather than using a separate data structure in the constraint system.
This commit is contained in:
@@ -347,12 +347,10 @@ protected:
|
||||
NumProtocols : 16
|
||||
);
|
||||
|
||||
SWIFT_INLINE_BITFIELD_FULL(TypeVariableType, TypeBase, 4+32,
|
||||
: NumPadBits,
|
||||
|
||||
SWIFT_INLINE_BITFIELD_FULL(TypeVariableType, TypeBase, 5+32,
|
||||
/// Type variable options.
|
||||
Options : 4,
|
||||
|
||||
Options : 5,
|
||||
: NumPadBits,
|
||||
/// The unique number assigned to this type variable.
|
||||
ID : 32
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user