Commit 7908ad7
Include struct type in field deletion mutant names
- Updated visit_expr_struct to capture and store struct type name
- Modified mutant display to show "delete field X from struct Y expression"
- Format now includes both struct type and function name (if any)
- Example: "delete field name from struct Cat expression in make_cat"
Co-authored-by: sourcefrog <346355+sourcefrog@users.noreply.github.com>1 parent 2525689 commit 7908ad7
2 files changed
+29
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
192 | 200 | | |
193 | 201 | | |
194 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
700 | 703 | | |
701 | 704 | | |
702 | 705 | | |
703 | 706 | | |
704 | 707 | | |
705 | 708 | | |
706 | | - | |
| 709 | + | |
| 710 | + | |
707 | 711 | | |
708 | 712 | | |
709 | 713 | | |
| |||
1470 | 1474 | | |
1471 | 1475 | | |
1472 | 1476 | | |
1473 | | - | |
1474 | | - | |
| 1477 | + | |
| 1478 | + | |
1475 | 1479 | | |
1476 | 1480 | | |
1477 | 1481 | | |
| |||
1505 | 1509 | | |
1506 | 1510 | | |
1507 | 1511 | | |
1508 | | - | |
1509 | | - | |
| 1512 | + | |
| 1513 | + | |
1510 | 1514 | | |
1511 | 1515 | | |
1512 | 1516 | | |
| |||
1522 | 1526 | | |
1523 | 1527 | | |
1524 | 1528 | | |
1525 | | - | |
| 1529 | + | |
1526 | 1530 | | |
1527 | 1531 | | |
1528 | 1532 | | |
| |||
1541 | 1545 | | |
1542 | 1546 | | |
1543 | 1547 | | |
1544 | | - | |
1545 | | - | |
| 1548 | + | |
| 1549 | + | |
1546 | 1550 | | |
1547 | 1551 | | |
1548 | 1552 | | |
| |||
0 commit comments