Commit bc00de6
committed
File tree
101 files changed
+1538
-360
lines changedFilter options
- .github/workflows
- c
- cert
- src
- test
- common
- src
- test
- rules
- donotusepointerarithmetictoaddressdifferentarrays
- readofuninitializedmemory
- misra
- src
- codingstandards/c/misra
- rules
- RULE-10-2
- RULE-11-10
- RULE-11-3
- RULE-11-8
- RULE-13-2
- RULE-3-1
- RULE-8-7
- test
- rules
- RULE-10-2
- RULE-11-10
- RULE-11-3
- RULE-11-8
- RULE-13-2
- RULE-14-3
- RULE-22-16
- RULE-3-1
- RULE-7-4
- RULE-8-3
- RULE-8-7
- change_notes
- cpp
- autosar
- src
- codingstandards/cpp
- rules/A2-3-1
- test
- cert
- src
- test
- common
- src
- codingstandards/cpp
- deviations
- exclusions/c
- resources
- rules
- donotusepointerarithmetictoaddressdifferentarrays
- invalidatedenvstringpointers
- orderingpredicatemustbestrictlyweak
- readofuninitializedmemory
- types
- test
- deviations
- deviations_basic_test
- deviations_report_deviated
- invalid_deviations
- rules
- donotusepointerarithmetictoaddressdifferentarrays
- invalidatedenvstringpointers
- readofuninitializedmemory
- misra
- src
- test
- report/src
- docs
- rule_packages/c
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
101 files changed
+1538
-360
lines changed.github/workflows/upgrade_codeql_dependencies.yml
Copy file name to clipboardExpand all lines: .github/workflows/upgrade_codeql_dependencies.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
+12-12Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 |
| - |
| 14 | + |
| 15 | + |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
| 49 | + |
| 50 | + |
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
c/common/test/rules/donotusepointerarithmetictoaddressdifferentarrays/DoNotUsePointerArithmeticToAddressDifferentArrays.expected
Copy file name to clipboard+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
c/common/test/rules/readofuninitializedmemory/test.c
Copy file name to clipboardExpand all lines: c/common/test/rules/readofuninitializedmemory/test.c+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
| 97 | + |
| 98 | + |
97 | 99 |
|
c/misra/src/codingstandards/c/misra/EssentialTypes.qll
Copy file name to clipboardExpand all lines: c/misra/src/codingstandards/c/misra/EssentialTypes.qll+18-9Lines changed: 18 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
328 | 328 |
|
329 | 329 |
|
330 | 330 |
|
331 |
| - |
| 331 | + |
332 | 332 |
|
333 | 333 |
|
334 | 334 |
|
335 | 335 |
|
336 |
| - |
| 336 | + |
| 337 | + |
| 338 | + |
337 | 339 |
|
338 | 340 |
|
339 | 341 |
|
| ||
356 | 358 |
|
357 | 359 |
|
358 | 360 |
|
359 |
| - |
| 361 | + |
| 362 | + |
360 | 363 |
|
361 | 364 |
|
362 |
| - |
| 365 | + |
| 366 | + |
| 367 | + |
363 | 368 |
|
364 | 369 |
|
365 | 370 |
|
366 |
| - |
| 371 | + |
| 372 | + |
367 | 373 |
|
368 | 374 |
|
369 | 375 |
|
| ||
376 | 382 |
|
377 | 383 |
|
378 | 384 |
|
379 |
| - |
380 |
| - |
| 385 | + |
| 386 | + |
381 | 387 |
|
382 | 388 |
|
383 |
| - |
| 389 | + |
| 390 | + |
| 391 | + |
384 | 392 |
|
385 | 393 |
|
386 | 394 |
|
387 |
| - |
| 395 | + |
| 396 | + |
388 | 397 |
|
389 | 398 |
|
390 | 399 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
c/misra/src/rules/RULE-10-2/AdditionSubtractionOnEssentiallyCharType.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-10-2/AdditionSubtractionOnEssentiallyCharType.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
c/misra/src/rules/RULE-11-10/AtomicQualifierAppliedToVoid.ql
Copy file name to clipboard+55Lines changed: 55 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
c/misra/src/rules/RULE-11-3/CastBetweenObjectPointerAndDifferentObjectType.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-11-3/CastBetweenObjectPointerAndDifferentObjectType.ql+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
|
c/misra/src/rules/RULE-11-8/CastRemovesConstOrVolatileQualification.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-11-8/CastRemovesConstOrVolatileQualification.ql+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
27 | 31 |
|
28 | 32 |
|
c/misra/src/rules/RULE-13-2/UnsequencedAtomicReads.ql
Copy file name to clipboard+91Lines changed: 91 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
0 commit comments