Commit 7736c34
File tree
Expand file treeCollapse file tree
4 files changed
+21
-2
lines changedFilter options
- change_notes
- cpp
- autosar/test/rules/A0-1-1
- common/src/codingstandards/cpp/deadcode
Expand file treeCollapse file tree
4 files changed
+21
-2
lines changedchange_notes/2024-10-04-fix-constexpr-arr-size-fp-a0-1-1.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/A0-1-1/UselessAssignment.expected
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A0-1-1/UselessAssignment.expected+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
cpp/autosar/test/rules/A0-1-1/test.cpp
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A0-1-1/test.cpp+13-1Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
cpp/common/src/codingstandards/cpp/deadcode/UselessAssignments.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/deadcode/UselessAssignments.qll+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
| ||
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
50 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
|
0 commit comments