[Serialization] (De-)serialize the substitutions of value witnesses.

Apparently, we've never serialized these. Examples that make use of
the substitutions in value witnesses are forthcoming.
This commit is contained in:
Doug Gregor
2016-03-14 11:46:27 -07:00
parent 92d2240424
commit 9b583cdb84
3 changed files with 18 additions and 2 deletions

View File

@@ -54,7 +54,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.
/// describe what change you made.
const uint16_t VERSION_MINOR = 240; // Last change: @_cdecl
const uint16_t VERSION_MINOR = 241; // Last change: value witness substitutions
using DeclID = PointerEmbeddedInt<unsigned, 31>;
using DeclIDField = BCFixed<31>;