mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename 'RequirementKind::ValueWitnessMarker' to 'WitnessMarker'.
It's witnessing protocol requirements, not values, and "value witness" has a particular meaning in IRGen. Swift SVN r11814
This commit is contained in:
@@ -125,7 +125,7 @@ static inline OperatorKind getStableFixity(DeclKind kind) {
|
||||
enum GenericRequirementKind : uint8_t {
|
||||
Conformance = 0,
|
||||
SameType,
|
||||
ValueWitnessMarker
|
||||
WitnessMarker
|
||||
};
|
||||
using GenericRequirementKindField = BCFixed<2>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user