[sil] Rename {,Strong}Copy{Unowned,Unmanaged}.

This commit is contained in:
Michael Gottesman
2019-10-24 23:50:51 -07:00
parent be47c9734c
commit 7ee5ad7318
43 changed files with 250 additions and 243 deletions

View File

@@ -52,7 +52,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
/// Don't worry about adhering to the 80-column limit for this line.
const uint16_t SWIFTMODULE_VERSION_MINOR = 521; // "overridden affects ABI" flag
const uint16_t SWIFTMODULE_VERSION_MINOR = 522; // Rename {,Strong}Copy{Unowned,Unmanaged}Value
/// A standard hash seed used for all string hashes in a serialized module.
///