Start using ConditionalCheckedCastExpr and ForcedCheckedCastExpr for collection downcasts.

NFC; just a cleanup.


Swift SVN r18979
This commit is contained in:
Doug Gregor
2014-06-18 13:00:57 +00:00
parent 9b05d63b64
commit 39e1b0886d
16 changed files with 150 additions and 78 deletions

View File

@@ -40,7 +40,7 @@ const uint16_t VERSION_MAJOR = 0;
/// Serialized module format minor version number.
///
/// When the format changes IN ANY WAY, this number should be incremented.
const uint16_t VERSION_MINOR = 102;
const uint16_t VERSION_MINOR = 103;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;