We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ed866e + 6a51135 commit dd3c90aCopy full SHA for dd3c90a
lib/ClangImporter/SwiftLookupTable.h
@@ -279,7 +279,8 @@ const uint16_t SWIFT_LOOKUP_TABLE_VERSION_MAJOR = 1;
279
/// Lookup table minor version number.
280
///
281
/// When the format changes IN ANY WAY, this number should be incremented.
282
-const uint16_t SWIFT_LOOKUP_TABLE_VERSION_MINOR = 17; // Lazy Member Loading Index
+const uint16_t SWIFT_LOOKUP_TABLE_VERSION_MINOR = 18; // Unsafe C++ method renaming.
283
+
284
285
/// A lookup table that maps Swift names to the set of Clang
286
/// declarations with that particular name.
0 commit comments