mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[serialization] Serialize a table of all class members, by name.
This will be used for id-style lookup. Swift SVN r7286
This commit is contained in:
@@ -2105,6 +2105,9 @@ bool ModuleFile::readIndexBlock(llvm::BitstreamCursor &cursor) {
|
||||
case index_block::EXTENSIONS:
|
||||
ExtensionDecls = readDeclTable(scratch, blobData);
|
||||
break;
|
||||
case index_block::CLASS_MEMBERS:
|
||||
ClassMembersByName = readDeclTable(scratch, blobData);
|
||||
break;
|
||||
default:
|
||||
// Unknown index kind, which this version of the compiler won't use.
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user