Skip to content

Commit 35692b5

Browse files
committed
Remove incorrect padding backref
1 parent b9f0b84 commit 35692b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp23/zero_init.dot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ subgraph cluster_zero_initialization {
3737
-> NEW_DONE()
3838

3939
ZERO_INIT_BACKREF({
40-
zero_class_padding zero_class_members zero_class_bases zero_class_virtual_bases
40+
zero_class_members zero_class_bases zero_class_virtual_bases
4141
})
4242

4343
INSTRUCTION_NODE(zero_union_padding, "Initialize the object's padding bits to zero bits.", "[dcl.init.general]/6.3")

0 commit comments

Comments
 (0)