Commit 0e9f1a2
File tree
Expand file treeCollapse file tree
7 files changed
+23
-22
lines changedFilter options
- c/common/test/rules
- deadcode
- unreachablecode
- unusedtypedeclarations
- cpp/common/test/rules
- unreachablecode
- unusedtypedeclarations
Expand file treeCollapse file tree
7 files changed
+23
-22
lines changedc/common/test/rules/deadcode/test.c
Copy file name to clipboardExpand all lines: c/common/test/rules/deadcode/test.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
c/common/test/rules/unreachablecode/test.c
Copy file name to clipboardExpand all lines: c/common/test/rules/unreachablecode/test.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
c/common/test/rules/unusedtypedeclarations/UnusedTypeDeclarations.expected
Copy file name to clipboard+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 |
| - |
| 4 | + |
| 5 | + |
c/common/test/rules/unusedtypedeclarations/test.c
Copy file name to clipboardExpand all lines: c/common/test/rules/unusedtypedeclarations/test.c+7-9Lines changed: 7 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 |
| - |
23 |
| - |
24 |
| - |
| 22 | + |
25 | 23 |
|
26 | 24 |
|
27 | 25 |
|
28 | 26 |
|
29 |
| - |
30 |
| - |
| 27 | + |
| 28 | + |
31 | 29 |
|
32 | 30 |
|
33 | 31 |
|
|
cpp/common/test/rules/unreachablecode/UnreachableCode.expected
Copy file name to clipboard+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
cpp/common/test/rules/unreachablecode/test.cpp
Copy file name to clipboardExpand all lines: cpp/common/test/rules/unreachablecode/test.cpp+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
1 | 4 |
|
2 | 5 |
|
3 | 6 |
|
|
cpp/common/test/rules/unusedtypedeclarations/test.cpp
Copy file name to clipboardExpand all lines: cpp/common/test/rules/unusedtypedeclarations/test.cpp+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
0 commit comments