Skip to content

Commit dd3c90a

Browse files
authored
Merge pull request #60260 from zoecarver/bump-swift-lookup-table-ver
[cxx-interop] Bump SWIFT_LOOKUP_TABLE_VERSION_MINOR after changes to …
2 parents 7ed866e + 6a51135 commit dd3c90a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ClangImporter/SwiftLookupTable.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ const uint16_t SWIFT_LOOKUP_TABLE_VERSION_MAJOR = 1;
279279
/// Lookup table minor version number.
280280
///
281281
/// 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
282+
const uint16_t SWIFT_LOOKUP_TABLE_VERSION_MINOR = 18; // Unsafe C++ method renaming.
283+
283284

284285
/// A lookup table that maps Swift names to the set of Clang
285286
/// declarations with that particular name.

0 commit comments

Comments
 (0)