mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
And lastly rename NewProjection to Projection. This is a NFC. rdar://24520269
This commit is contained in:
@@ -76,7 +76,7 @@ struct PointerIntEnumIndexKindValue
|
||||
/// determine what cases are pointer and which are indices. For instance the one
|
||||
/// used by Projection in swift is:
|
||||
///
|
||||
/// enum class NewProjectionKind : unsigned {
|
||||
/// enum class ProjectionKind : unsigned {
|
||||
/// // PointerProjectionKinds
|
||||
/// Upcast = 0,
|
||||
/// RefCast = 1,
|
||||
|
||||
Reference in New Issue
Block a user