Make 'override' a keyword

rdar://16462192

Swift SVN r16115
This commit is contained in:
Dmitri Hrybenko
2014-04-09 14:19:50 +00:00
parent 43db423b83
commit f90e0c153b
28 changed files with 532 additions and 255 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 = 53;
const uint16_t VERSION_MINOR = 55;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;