Cleanups from Slava's comments

update module format
This commit is contained in:
Azoy
2019-03-13 18:55:52 -05:00
parent 6d00a5758f
commit e8bc662b35
3 changed files with 51 additions and 59 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 = 477; // SILUndef serialized with ownership kind
const uint16_t SWIFTMODULE_VERSION_MINOR = 478; // stored property default arg
using DeclIDField = BCFixed<31>;