Skip to content

Commit 9ce232f

Browse files
committed
[pseudo] Fix the missing-field-initializers warning from f1ac00c, NFC
1 parent 15ed5c0 commit 9ce232f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/pseudo/lib/grammar/GrammarBNF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class GrammarBuilder {
232232
continue;
233233
}
234234

235-
Out.Sequence.push_back({Chunk});
235+
Out.Sequence.push_back({Chunk, /*Attributes=*/{}});
236236
}
237237
return true;
238238
}

0 commit comments

Comments
 (0)