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 7eff47c commit 8205c99Copy full SHA for 8205c99
source/AST/AnyBlock.hpp
@@ -182,14 +182,14 @@ class JavadocNodesBlock
182
{
183
case JAVADOC_LIST_KIND:
184
185
- Javadoc::Kind kind;
+ Javadoc::Kind kind{};
186
if(auto err = decodeRecord(R, kind, Blob))
187
return err;
188
return J.setKind(kind);
189
}
190
case JAVADOC_NODE_KIND:
191
192
193
194
195
return J.getNodes().appendChild(kind);
0 commit comments