Commit 3e98b67
authored
File tree
Expand file treeCollapse file tree
4 files changed
+37
-3
lines changedFilter options
- change_notes
- cpp
- autosar/test/rules/M0-1-3
- common/src/codingstandards/cpp/deadcode
Expand file treeCollapse file tree
4 files changed
+37
-3
lines changedchange_notes/2024-06-07-m0-1-3-uninstantiated-templates.md
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
cpp/autosar/test/rules/M0-1-3/UnusedLocalVariable.expected
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/M0-1-3/UnusedLocalVariable.expected+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
cpp/autosar/test/rules/M0-1-3/test.cpp
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/M0-1-3/test.cpp+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
cpp/common/src/codingstandards/cpp/deadcode/UnusedVariables.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/deadcode/UnusedVariables.qll+13-3Lines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
52 | 56 |
|
53 | 57 |
|
54 | 58 |
|
| ||
95 | 99 |
|
96 | 100 |
|
97 | 101 |
|
98 |
| - |
| 102 | + |
| 103 | + |
| 104 | + |
99 | 105 |
|
100 | 106 |
|
101 | 107 |
|
| ||
107 | 113 |
|
108 | 114 |
|
109 | 115 |
|
110 |
| - |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
111 | 121 |
|
112 | 122 |
|
113 | 123 |
|
|
0 commit comments