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.
1 parent 1475d3a commit 4ea2379Copy full SHA for 4ea2379
llvm/lib/Bitcode/Reader/MetadataLoader.cpp
@@ -2323,8 +2323,9 @@ Error MetadataLoader::MetadataLoaderImpl::parseOneMetadata(
2323
GET_OR_DISTINCT(DIObjCProperty,
2324
(Context, getMDString(Record[1]),
2325
getMDOrNull(Record[2]), Record[3],
2326
- getMDString(Record[5]), getMDString(Record[4]),
2327
- Record[6], getDITypeRefOrNull(Record[7]))),
+ /*GetterName=*/getMDString(Record[5]),
+ /*SetterName=*/getMDString(Record[4]), Record[6],
2328
+ getDITypeRefOrNull(Record[7]))),
2329
NextMetadataNo);
2330
NextMetadataNo++;
2331
break;
0 commit comments