We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2130622 commit 0589be1Copy full SHA for 0589be1
cpp/ql/src/semmlecode.cpp.dbscheme
@@ -1441,12 +1441,20 @@ new_array_allocated_type(
1441
int type_id: @type ref
1442
);
1443
1444
+/**
1445
+ * The field being initialized by an initializer expression within an aggregate
1446
+ * initializer for a class/struct/union.
1447
+ */
1448
aggregate_field_init(
1449
unique int aggregate: @aggregateliteral ref,
1450
int initializer: @expr ref,
1451
int field: @membervariable ref
1452
1453
1454
1455
+ * The index of the element being initialized by an initializer expression
1456
+ * within an aggregate initializer for an array.
1457
1458
aggregate_array_init(
1459
1460
0 commit comments