Commit d7117e8
authored
File tree
Expand file treeCollapse file tree
4 files changed
+27
-2
lines changedFilter options
- change_notes
- cpp
- autosar
- src/rules/A3-9-1
- test/rules/A3-9-1
- common/src/codingstandards/cpp
Expand file treeCollapse file tree
4 files changed
+27
-2
lines changedchange_notes/2024-06-18-fix-fp-614-A3-9-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/src/rules/A3-9-1/VariableWidthIntegerTypesUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A3-9-1/VariableWidthIntegerTypesUsed.ql+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
33 |
| - |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
34 | 38 |
|
cpp/autosar/test/rules/A3-9-1/test.cpp
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A3-9-1/test.cpp+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
cpp/common/src/codingstandards/cpp/Operator.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/Operator.qll+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
218 | 232 |
|
219 | 233 |
|
220 | 234 |
|
|
0 commit comments