Commit 1fd5675
authored
File tree
5 files changed
+25
-11
lines changedFilter options
- change_notes
- cpp
- autosar/test/rules/A3-1-5
- common/src/codingstandards/cpp
5 files changed
+25
-11
lines changedchange_notes/2024-07-03-fix-fp-611-A3-1-5.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/A3-1-5/NonTrivialNonTemplateFunctionDefinedInsideClassDefinition.expected
Copy file name to clipboard-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
cpp/autosar/test/rules/A3-1-5/TrivialOrTemplateFunctionDefinedOutsideClassDefinition.expected
Copy file name to clipboard+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
cpp/autosar/test/rules/A3-1-5/test.cpp
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A3-1-5/test.cpp+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
31 | 38 |
|
32 | 39 |
|
33 | 40 |
|
| ||
131 | 138 |
|
132 | 139 |
|
133 | 140 |
|
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
134 | 148 |
|
135 | 149 |
|
cpp/common/src/codingstandards/cpp/Class.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/Class.qll+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
152 |
| - |
153 |
| - |
| 152 | + |
154 | 153 |
|
155 | 154 |
|
156 | 155 |
|
|
0 commit comments