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 0244055 commit badb9d9Copy full SHA for badb9d9
src/lib/AST/AnyBlock.hpp
@@ -1143,6 +1143,7 @@ class NameInfoBlock
1143
switch(ID)
1144
{
1145
case NAME_INFO_KIND:
1146
+ {
1147
NameKind kind{};
1148
if(auto err = decodeRecord(R, kind, Blob))
1149
return err;
@@ -1151,6 +1152,7 @@ class NameInfoBlock
1151
1152
else
1153
I = std::make_unique<NameInfo>();
1154
return Error::success();
1155
+ }
1156
case NAME_INFO_ID:
1157
return decodeRecord(R, I->id, Blob);
1158
case NAME_INFO_NAME:
0 commit comments