Commit 2a17ba7
File tree
Expand file treeCollapse file tree
3 files changed
+17
-14
lines changedFilter options
- c/misra/src/rules/RULE-2-2
- cpp/common/src/codingstandards/cpp
- alertreporting
- rules/deadcode
Expand file treeCollapse file tree
3 files changed
+17
-14
lines changedc/misra/src/rules/RULE-2-2/DeadCode.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-2-2/DeadCode.ql+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
|
cpp/common/src/codingstandards/cpp/alertreporting/HoldsForAllInstances.qll renamed to cpp/common/src/codingstandards/cpp/alertreporting/HoldsForAllCopies.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/alertreporting/HoldsForAllCopies.qll+13-10Lines changed: 13 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
| 2 | + |
4 | 3 |
|
5 |
| - |
| 4 | + |
6 | 5 |
|
7 | 6 |
|
8 | 7 |
|
| ||
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
40 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
41 | 45 |
|
42 | 46 |
|
43 | 47 |
|
44 | 48 |
|
45 | 49 |
|
46 | 50 |
|
47 |
| - |
48 |
| - |
| 51 | + |
49 | 52 |
|
50 |
| - |
| 53 | + |
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
| ||
93 | 96 |
|
94 | 97 |
|
95 | 98 |
|
96 |
| - |
97 |
| - |
| 99 | + |
| 100 | + |
98 | 101 |
|
99 | 102 |
|
100 | 103 |
|
| ||
103 | 106 |
|
104 | 107 |
|
105 | 108 |
|
106 |
| - |
| 109 | + |
107 | 110 |
|
108 | 111 |
|
109 | 112 |
|
|
cpp/common/src/codingstandards/cpp/rules/deadcode/DeadCode.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/rules/deadcode/DeadCode.qll+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 |
| - |
| 125 | + |
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
|
0 commit comments