Skip to content

Commit ddd44b4

Browse files
committed
C++: Correct repeated initializers downgrade script compatibility to full.
1 parent e593f0f commit ddd44b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
description: Revert support for repeated initializers, which are allowed in C with designated initializers.
2-
compatibility: backwards
2+
compatibility: full
33
aggregate_field_init.rel: reorder aggregate_field_init.rel (int aggregate, int initializer, int field, int position) aggregate initializer field
44
aggregate_array_init.rel: reorder aggregate_array_init.rel (int aggregate, int initializer, int element_index, int position) aggregate initializer element_index

0 commit comments

Comments
 (0)