Commit dd86a4e
authored
File tree
7 files changed
+58
-22
lines changedFilter options
- c/cert/src/rules/PRE31-C
- change_notes
- cpp
- autosar
- src/rules/A5-1-9
- test/rules/A5-1-9
- common/src/codingstandards/cpp/rules/iofstreammissingpositioning
7 files changed
+58
-22
lines changedc/cert/src/rules/PRE31-C/SideEffectsInArgumentsToUnsafeMacros.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/PRE31-C/SideEffectsInArgumentsToUnsafeMacros.ql-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
|
change_notes/2025-02-10-improve-perf-a5-1-9.md
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
change_notes/2025-02-17-iofstream-performance.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/A5-1-9/IdenticalLambdaExpressions.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A5-1-9/IdenticalLambdaExpressions.ql+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
28 | 36 |
|
29 | 37 |
|
cpp/autosar/src/rules/A5-1-9/LambdaEquivalence.qll
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A5-1-9/LambdaEquivalence.qll+34-18Lines changed: 34 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
214 |
| - |
| 214 | + |
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
| ||
624 | 624 |
|
625 | 625 |
|
626 | 626 |
|
| 627 | + |
| 628 | + |
| 629 | + |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
627 | 635 |
|
628 | 636 |
|
629 | 637 |
|
630 | 638 |
|
631 |
| - |
| 639 | + |
| 640 | + |
| 641 | + |
632 | 642 |
|
633 | 643 |
|
634 | 644 |
|
| ||
1104 | 1114 |
|
1105 | 1115 |
|
1106 | 1116 |
|
1107 |
| - |
| 1117 | + |
| 1118 | + |
| 1119 | + |
| 1120 | + |
| 1121 | + |
| 1122 | + |
| 1123 | + |
| 1124 | + |
1108 | 1125 |
|
1109 | 1126 |
|
1110 | 1127 |
|
| ||
1118 | 1135 |
|
1119 | 1136 |
|
1120 | 1137 |
|
1121 |
| - |
| 1138 | + |
1122 | 1139 |
|
1123 | 1140 |
|
1124 | 1141 |
|
1125 | 1142 |
|
1126 | 1143 |
|
1127 |
| - |
| 1144 | + |
1128 | 1145 |
|
1129 | 1146 |
|
1130 | 1147 |
|
| ||
1275 | 1292 |
|
1276 | 1293 |
|
1277 | 1294 |
|
1278 |
| - |
1279 |
| - |
1280 |
| - |
1281 |
| - |
1282 |
| - |
1283 |
| - |
1284 |
| - |
| 1295 | + |
| 1296 | + |
| 1297 | + |
| 1298 | + |
| 1299 | + |
| 1300 | + |
| 1301 | + |
| 1302 | + |
1285 | 1303 |
|
1286 | 1304 |
|
1287 | 1305 |
|
1288 | 1306 |
|
1289 | 1307 |
|
1290 | 1308 |
|
1291 | 1309 |
|
1292 |
| - |
| 1310 | + |
1293 | 1311 |
|
1294 |
| - |
1295 |
| - |
| 1312 | + |
| 1313 | + |
1296 | 1314 |
|
1297 | 1315 |
|
1298 | 1316 |
|
| ||
1302 | 1320 |
|
1303 | 1321 |
|
1304 | 1322 |
|
1305 |
| - |
| 1323 | + |
1306 | 1324 |
|
1307 | 1325 |
|
1308 | 1326 |
|
| ||
1486 | 1504 |
|
1487 | 1505 |
|
1488 | 1506 |
|
1489 |
| - |
1490 |
| - |
1491 | 1507 |
|
1492 | 1508 |
|
1493 | 1509 |
|
|
cpp/autosar/test/rules/A5-1-9/test.cpp
Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A5-1-9/test.cpp+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
cpp/common/src/codingstandards/cpp/rules/iofstreammissingpositioning/IOFstreamMissingPositioning.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/rules/iofstreammissingpositioning/IOFstreamMissingPositioning.qll+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
63 | 64 |
|
| 65 | + |
64 | 66 |
|
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
70 |
| - |
| 72 | + |
71 | 73 |
|
72 | 74 |
|
73 | 75 |
|
|
0 commit comments