And lastly rename NewProjection to Projection. This is a NFC. rdar://24520269

This commit is contained in:
Xin Tong
2016-02-09 17:30:14 -08:00
parent 042c6e033d
commit 84a6ff1d98
19 changed files with 460 additions and 460 deletions

View File

@@ -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,