File tree
94 files changed
+12
-134
lines changed- .github
- actions/attach-package
- workflows
- infrastructure/templates/github-actions
- tests/integration
- ast-search/arithmetic/06_unary_minus_to_noop
- cxx-frontend
- binary_operator
- debug_information
- cxx_add_to_sub
- cxx_init_const
- cxx_remove_negation
- mutations_in_macros
- 01_macro_add_to_sub
- 02_macro_remove_void_function
- 03_macro_add_to_sub_in_assert
- 04_macro_add_to_sub_in_header
- supported-mutations
- cxx_add_assign_to_sub_assign
- cxx_add_to_sub
- cxx_and_assign_to_or_assign
- cxx_and_to_or
- cxx_assign_const
- cxx_assign_const_double
- cxx_assign_const_float
- cxx_bitwise_not_to_noop
- cxx_div_assign_to_mul_assign
- cxx_div_to_mul
- cxx_eq_to_ne
- cxx_ge_to_gt
- cxx_ge_to_lt
- cxx_gt_to_ge
- cxx_gt_to_le
- cxx_init_const
- cxx_init_const_double
- cxx_init_const_float
- cxx_le_to_gt
- cxx_le_to_lt
- cxx_logical_and_to_or
- cxx_logical_or_to_and
- cxx_lshift_assign_to_rshift_assign
- cxx_lshift_to_rshift
- cxx_lt_to_ge
- cxx_lt_to_le
- cxx_minus_to_noop
- cxx_mul_assign_to_div_assign
- cxx_mul_to_div
- cxx_ne_to_eq
- cxx_or_assign_to_and_assign
- cxx_or_to_and
- cxx_post_dec_to_post_inc
- cxx_post_inc_to_post_dec
- cxx_pre_dec_to_pre_inc
- cxx_pre_inc_to_pre_dec
- cxx_rem_assign_to_div_assign
- cxx_rem_to_div
- cxx_remove_negation
- cxx_remove_void_call
- cxx_replace_scalar_call
- cxx_rshift_assign_to_lshift_assign
- cxx_rshift_to_lshift
- cxx_sub_assign_to_add_assign
- cxx_sub_to_add
- cxx_xor_assign_to_or_assign
- cxx_xor_to_or
- filters/junk-detection
- 01_junk_detection
- 02_junk_detection_using_extra_flags
- 03_junk_detection_merging_comp_db_and_extra_flags
- 04_junk_detection_using_bitcode_compilation_flags_via_record_command_line_flag
- 05_precompiled_headers
- mutations
- assignment/cxx_assign_const/01
- comparison/cxx_lt_to_ge/01
- logical
- and_or_combined/01
- cxx_logical_and_to_or
- 01
- 02
- cxx_logical_or_to_and
- 01
- 02
- cxx_remove_negation
- math
- cxx_add_to_sub
- cxx_div_to_mul
- cxx_mul_to_div
- cxx_sub_to_add
- misc/remove_void_function_mutator/01
- reporters
- mutation_testing_elements
- patch-reporter
- equality
- git_dir_relative
- runner
- fat-binaries
- mutation-score-threshold
- tutorials/hello-world
- step-3-one-survived-mutation
- step-4-no-survived-mutations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+12
-134
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
13 |
| - | |
14 | 11 |
| |
15 | 12 |
| |
16 | 13 |
| |
| |||
39 | 36 |
| |
40 | 37 |
| |
41 | 38 |
| |
42 |
| - | |
43 | 39 |
| |
44 | 40 |
| |
45 | 41 |
| |
| |||
51 | 47 |
| |
52 | 48 |
| |
53 | 49 |
| |
54 |
| - | |
55 | 50 |
| |
56 | 51 |
| |
57 | 52 |
| |
| |||
61 | 56 |
| |
62 | 57 |
| |
63 | 58 |
| |
64 |
| - | |
65 | 59 |
| |
66 | 60 |
| |
67 | 61 |
| |
68 | 62 |
| |
69 |
| - | |
70 | 63 |
| |
71 | 64 |
| |
72 | 65 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
13 |
| - | |
14 | 11 |
| |
15 | 12 |
| |
16 | 13 |
| |
| |||
65 | 62 |
| |
66 | 63 |
| |
67 | 64 |
| |
68 |
| - | |
69 | 65 |
| |
70 | 66 |
| |
71 | 67 |
| |
| |||
78 | 74 |
| |
79 | 75 |
| |
80 | 76 |
| |
81 |
| - | |
82 | 77 |
| |
83 | 78 |
| |
84 | 79 |
| |
85 | 80 |
| |
86 |
| - | |
87 | 81 |
| |
88 | 82 |
| |
89 | 83 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
7 |
| - | |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
13 |
| - | |
14 | 11 |
| |
15 | 12 |
| |
16 | 13 |
| |
| |||
19 | 16 |
| |
20 | 17 |
| |
21 | 18 |
| |
22 |
| - | |
23 | 19 |
| |
24 | 20 |
| |
25 | 21 |
| |
26 |
| - | |
27 | 22 |
| |
28 | 23 |
| |
29 | 24 |
| |
| |||
46 | 41 |
| |
47 | 42 |
| |
48 | 43 |
| |
49 |
| - | |
50 | 44 |
| |
51 | 45 |
| |
52 | 46 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
| |||
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 |
| - | |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 | 22 |
| |
26 | 23 |
| |
27 | 24 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
13 |
| - | |
14 | 11 |
| |
15 | 12 |
| |
16 | 13 |
| |
| |||
31 | 28 |
| |
32 | 29 |
| |
33 | 30 |
| |
34 |
| - | |
35 | 31 |
| |
36 | 32 |
| |
37 | 33 |
| |
| |||
43 | 39 |
| |
44 | 40 |
| |
45 | 41 |
| |
46 |
| - | |
47 | 42 |
| |
48 | 43 |
| |
49 | 44 |
| |
| |||
53 | 48 |
| |
54 | 49 |
| |
55 | 50 |
| |
56 |
| - | |
57 | 51 |
| |
58 | 52 |
| |
59 | 53 |
| |
60 | 54 |
| |
61 |
| - | |
62 | 55 |
| |
63 | 56 |
| |
64 | 57 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
13 |
| - | |
14 | 11 |
| |
15 | 12 |
| |
16 | 13 |
| |
| |||
43 | 40 |
| |
44 | 41 |
| |
45 | 42 |
| |
46 |
| - | |
47 | 43 |
| |
48 | 44 |
| |
49 | 45 |
| |
| |||
56 | 52 |
| |
57 | 53 |
| |
58 | 54 |
| |
59 |
| - | |
60 | 55 |
| |
61 | 56 |
| |
62 | 57 |
| |
63 | 58 |
| |
64 |
| - | |
65 | 59 |
| |
66 | 60 |
| |
67 | 61 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
|
0 commit comments