[SR-8081] Store @_implements synonyms in .swiftmodules.

This commit is contained in:
Graydon Hoare
2018-09-20 01:18:26 -07:00
parent 830a35a173
commit eda59990cb
3 changed files with 44 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ const uint16_t 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 VERSION_MINOR = 448; // Last change: assoc type default is interface type
const uint16_t VERSION_MINOR = 449; // Last change: serialize @_implements names
using DeclIDField = BCFixed<31>;