File tree
912 files changed
+11754
-2061
lines changed- .github/workflows
- c
- cert
- src
- rules
- ARR39-C
- EXP43-C
- INT30-C
- PRE32-C
- test
- rules
- EXP43-C
- INT30-C
- MSC30-C
- PRE32-C
- common
- src
- codingstandards/c
- test
- includes/standard-library
- rules
- amixedusemacroargumentsubjecttoexpansion
- atofatoiatolandatollused
- bitfieldshallhaveanappropriatetype
- constlikereturnvalue
- functionlikemacrosdefined
- gotoreferencealabelinsurroundingblock
- gotostatementcondition
- gotostatementshouldnotbeused
- invalidatedenvstringpointers
- invalidatedenvstringpointerswarn
- lowercaselstartsinliteralsuffix
- macroparameterfollowinghash
- namedbitfieldswithsignedintegertype
- nonterminatedescapesequences
- nonuniqueenumerationconstant
- resultofanassignmentoperatorshouldnotbeused
- uncheckedrangedomainpoleerrors
- unsignedoperationwithconstantoperandswraps
- useofnonzerooctalliteral
- misra
- src
- rules
- DIR-4-9
- RULE-11-1
- RULE-11-2
- RULE-11-3
- RULE-11-4
- RULE-11-5
- RULE-11-6
- RULE-11-7
- RULE-11-9
- RULE-13-2
- RULE-13-4
- RULE-15-1
- RULE-15-3
- RULE-15-6
- RULE-20-11
- RULE-20-12
- RULE-21-15
- RULE-21-7
- RULE-4-1
- RULE-6-1
- RULE-6-2
- RULE-7-3
- RULE-8-12
- RULE-8-13
- RULE-8-3
- test
- rules
- DIR-4-2
- DIR-4-4
- DIR-4-5
- DIR-4-9
- RULE-13-2
- RULE-13-4
- RULE-15-1
- RULE-15-3
- RULE-20-11
- RULE-20-12
- RULE-21-7
- RULE-4-1
- RULE-6-1
- RULE-6-2
- RULE-7-1
- RULE-7-3
- cpp
- RULE-8-12
- RULE-8-3
- change_notes
- cpp
- autosar
- src
- rules
- A12-1-1
- A12-8-5
- A14-8-2
- A15-1-2
- A15-4-2
- A18-1-2
- A18-5-4
- A18-5-8
- A18-9-2
- A2-13-1
- A2-7-1
- A2-7-3
- A3-9-1
- A4-10-1
- A5-10-1
- A5-2-4
- A6-6-1
- A7-1-1
- A7-1-2
- A7-1-7
- A7-2-1
- A7-2-2
- A7-3-1
- A7-4-1
- A7-5-2
- A8-5-4
- M0-1-2
- M0-1-3
- M0-2-1
- M10-1-3
- M12-1-1
- M14-6-1
- M15-1-3
- M18-2-1
- M18-7-1
- M2-13-2
- M2-13-3
- M2-7-1
- M27-0-1
- M5-2-12
- M5-2-6
- M5-3-2
- M5-3-3
- M6-3-1
- M7-3-1
- M7-3-2
- M7-5-1
- M8-0-1
- M8-3-1
- M9-3-3
- M9-6-4
- test
- rules
- A12-1-1
- A12-8-5
- A14-8-2
- A15-1-2
- A15-4-2
- A18-1-2
- A18-5-4
- A18-5-8
- A18-9-2
- A2-13-1
- A2-7-1
- A2-7-3
- A3-1-5
- A3-9-1
- A4-10-1
- A5-10-1
- A5-2-4
- A6-6-1
- A7-1-1
- A7-1-2
- A7-1-7
- A7-2-1
- A7-2-2
- A7-3-1
- A7-4-1
- A7-5-2
- A8-5-4
- M0-1-10.1
- M0-1-2
- M0-1-3
- M0-2-1
- M10-1-3
- M12-1-1
- M14-6-1
- M15-1-3
- M18-2-1
- M18-7-1
- M2-13-2
- M2-13-3
- M2-7-1
- M27-0-1
- M3-2-1
- M5-2-12
- M5-2-6
- M5-3-2
- M5-3-3
- M6-3-1
- M7-3-1
- M7-3-2
- M7-5-1
- M8-0-1
- M8-3-1
- M9-3-3
- M9-6-4
- cert
- src
- test
- common
- src
- codingstandards/cpp
- deadcode
- exclusions/cpp
- rules
- addressofoperatoroverloaded
- amixedusemacroargumentsubjecttoexpansion
- arraypassedasfunctionargumentdecaytoapointer
- asmdeclarationused
- atofatoiatolandatollused
- backslashcharactermisuse
- bitfieldshallhaveanappropriatetype
- builtinunaryoperatorappliedtounsignedexpression
- castsbetweenapointertofunctionandanyothertype
- charactersequenceusedwithinacstylecomment
- commaoperatorused
- constlikereturnvalue
- copyandmoveassignmentsshallhandleselfassignment
- csignalfunctionsused
- csignaltypesused
- cstdiofunctionsused
- cstdiomacrosused
- cstdiotypesused
- definitionnotconsideredforunqualifiedlookup
- dereferenceofnullpointer
- emptythrowonlywithinacatchhandler
- enumerationnotdefinedwithanexplicitunderlyingtype
- exceptionobjecthavepointertype
- forwardingreferencesandforwardnotusedtogether
- functionlikemacrosdefined
- functionscallthemselveseitherdirectlyorindirectly
- functiontemplatesexplicitlyspecialized
- globalnamespacedeclarations
- globalsizedoperatordeletenotdefined
- globalunsizedoperatordeletenotdefined
- gotoreferencealabelinsurroundingblock
- gotostatementshouldnotbeused
- handleallexceptionsduringstartup
- ifelseterminationconstruct
- initializeallvirtualbaseclasses
- initializerlistconstructoristheonlyconstructor
- linesplicingusedincomments
- loopcompoundcondition
- lowercaselstartsinliteralsuffix
- macrooffsetofused
- macroparameterfollowinghash
- macroparameternotenclosedinparentheses
- multipleglobalormemberdeclarators
- multiplelocaldeclarators
- namedbitfieldswithsignedintegertype
- namenotreferredusingaqualifiedidorthis
- namenotreferredusingaqualifiedidorthisaudit
- noexceptfunctionshouldnotpropagatetothecaller
- nonglobalfunctionmain
- nonterminatedescapesequences
- nonuniqueenumerationconstant
- notdistinctidentifier
- nullptrnottheonlyformofthenullpointerconstant
- objectsdynamictypeusedfromconstructorordestructor
- overridingshallspecifydifferentdefaultarguments
- potentiallyvirtualpointeronlycomparestonullptr
- predicatefunctionobjectsshouldnotbemutable
- preprocessingdirectivewithinmacroargument
- reinterpretcastused
- resultofanassignmentoperatorshouldnotbeused
- returnreferenceorpointertoautomaticlocalvariable
- switchcasepositioncondition
- switchcompoundcondition
- switchnotwellformed
- typeomitted
- uncheckedrangedomainpoleerrors
- unsignedintegerliteralsnotappropriatelysuffixed
- unsignedoperationwithconstantoperandswraps
- useofnonzerooctalliteral
- vectorshouldnotbespecializedwithbool
- virtualandnonvirtualclassinthehierarchy
- test
- includes/standard-library
- library/codingstandards/cpp/mainlikefunctions/typedefint
- rules
- addressofoperatoroverloaded
- amixedusemacroargumentsubjecttoexpansion
- arraypassedasfunctionargumentdecaytoapointer
- asmdeclarationused
- atofatoiatolandatollused
- backslashcharactermisuse
- bitfieldshallhaveanappropriatetype
- builtinunaryoperatorappliedtounsignedexpression
- castsbetweenapointertofunctionandanyothertype
- charactersequenceusedwithinacstylecomment
- constlikereturnvalue
- copyandmoveassignmentsshallhandleselfassignment
- csignalfunctionsused
- csignaltypesused
- cstdiofunctionsused
- cstdiomacrosused
- cstdiotypesused
- definitionnotconsideredforunqualifiedlookup
- emptythrowonlywithinacatchhandler
- enumerationnotdefinedwithanexplicitunderlyingtype
- exceptionobjecthavepointertype
- forwardingreferencesandforwardnotusedtogether
- functionlikemacrosdefined
- functionscallthemselveseitherdirectlyorindirectly
- functiontemplatesexplicitlyspecialized
- globalnamespacedeclarations
- globalsizedoperatordeletenotdefined
- globalunsizedoperatordeletenotdefined
- gotoreferencealabelinsurroundingblock
- gotostatementcondition
- gotostatementshouldnotbeused
- initializeallvirtualbaseclasses
- initializerlistconstructoristheonlyconstructor
- invalidatedenvstringpointers
- invalidatedenvstringpointerswarn
- linesplicingusedincomments
- loopcompoundcondition
- lowercaselstartsinliteralsuffix
- macrooffsetofused
- macroparameterfollowinghash
- multipleglobalormemberdeclarators
- multiplelocaldeclarators
- namedbitfieldswithsignedintegertype
- namenotreferredusingaqualifiedidorthis
- namenotreferredusingaqualifiedidorthisaudit
- noexceptfunctionshouldnotpropagatetothecaller
- nonglobalfunctionmain
- nonterminatedescapesequences
- nonuniqueenumerationconstant
- nullptrnottheonlyformofthenullpointerconstant
- objectsdynamictypeusedfromconstructorordestructor
- overridingshallspecifydifferentdefaultarguments
- potentiallyvirtualpointeronlycomparestonullptr
- reinterpretcastused
- resultofanassignmentoperatorshouldnotbeused
- returnreferenceorpointertoautomaticlocalvariable
- switchcompoundcondition
- uncheckedrangedomainpoleerrors
- unsignedintegerliteralsnotappropriatelysuffixed
- unsignedoperationwithconstantoperandswraps
- useofnonzerooctalliteral
- vectorshouldnotbespecializedwithbool
- virtualandnonvirtualclassinthehierarchy
- misra
- src
- codeql-suites
- codingstandards/cpp
- misra
- rules
- DIR-15-8-1
- DIR-5-7-2
- RULE-10-0-1
- RULE-10-2-1
- RULE-10-4-1
- RULE-11-3-2
- RULE-11-6-3
- RULE-12-2-2
- RULE-12-2-3
- RULE-13-1-2
- RULE-13-3-2
- RULE-13-3-4
- RULE-15-1-1
- RULE-15-1-2
- RULE-15-1-5
- RULE-16-5-2
- RULE-17-8-1
- RULE-18-1-1
- RULE-18-1-2
- RULE-18-3-3
- RULE-18-5-1
- RULE-19-0-2
- RULE-19-0-3
- RULE-19-1-3
- RULE-19-2-3
- RULE-19-3-1
- RULE-19-3-2
- RULE-19-3-3
- RULE-19-3-5
- RULE-21-10-3
- RULE-21-2-1
- RULE-21-2-4
- RULE-21-6-4
- RULE-21-6-5
- RULE-25-5-2
- RULE-25-5-3
- RULE-26-3-1
- RULE-28-6-2
- RULE-28-6-3
- RULE-30-0-1
- RULE-30-0-2
- RULE-5-13-1
- RULE-5-13-2
- RULE-5-13-3
- RULE-5-13-4
- RULE-5-13-5
- RULE-5-7-1
- RULE-5-7-3
- RULE-6-0-3
- RULE-6-0-4
- RULE-6-2-1
- RULE-6-4-1
- RULE-6-4-2
- RULE-6-4-3
- RULE-6-8-1
- RULE-6-8-2
- RULE-7-11-1
- RULE-7-11-2
- RULE-8-18-2
- RULE-8-19-1
- RULE-8-2-10
- RULE-8-2-3
- RULE-8-2-4
- RULE-8-2-5
- RULE-8-20-1
- RULE-8-3-1
- RULE-9-3-1
- RULE-9-4-1
- RULE-9-6-1
- RULE-9-6-2
- RULE-9-6-3
- RULE-9-6-4
- RULE-9-6-5
- test
- rules
- DIR-15-8-1
- DIR-5-7-2
- RULE-10-0-1
- RULE-10-2-1
- RULE-10-4-1
- RULE-11-3-2
- RULE-11-6-3
- RULE-12-2-2
- RULE-12-2-3
- RULE-13-1-2
- RULE-13-3-2
- RULE-13-3-4
- RULE-15-1-1
- RULE-15-1-2
- RULE-15-1-5
- RULE-16-5-2
- RULE-17-8-1
- RULE-18-1-1
- RULE-18-1-2
- RULE-18-3-3
- RULE-18-5-1
- RULE-19-0-2
- RULE-19-0-3
- RULE-19-1-3
- RULE-19-2-3
- RULE-19-3-1
- RULE-19-3-2
- RULE-19-3-3
- RULE-19-3-5
- RULE-21-10-3
- RULE-21-2-1
- RULE-21-2-4
- RULE-21-6-4
- RULE-21-6-5
- RULE-25-5-2
- RULE-25-5-3
- RULE-26-3-1
- RULE-28-6-2
- RULE-28-6-3
- RULE-30-0-1
- RULE-30-0-2
- RULE-5-13-1
- RULE-5-13-2
- RULE-5-13-3
- RULE-5-13-4
- RULE-5-13-5
- RULE-5-7-1
- RULE-5-7-3
- RULE-6-0-3
- RULE-6-0-4
- RULE-6-2-1
- RULE-6-4-1
- RULE-6-4-2
- RULE-6-4-3
- RULE-6-8-1
- RULE-6-8-2
- RULE-7-11-1
- RULE-7-11-2
- RULE-8-18-2
- RULE-8-19-1
- RULE-8-2-10
- RULE-8-2-3
- RULE-8-2-4
- RULE-8-2-5
- RULE-8-20-1
- RULE-8-3-1
- RULE-9-3-1
- RULE-9-4-1
- RULE-9-6-1
- RULE-9-6-2
- RULE-9-6-3
- RULE-9-6-4
- RULE-9-6-5
- report/src
- docs
- design
- rule_packages
- c
- cpp
- schemas
- scripts
- PSCodingStandards
- generate_rules
- templates
- matrix_testing
- release
- reports
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
912 files changed
+11754
-2061
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
|
Lines changed: 8 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
18 |
| - | |
19 |
| - | |
| 17 | + | |
| 18 | + | |
20 | 19 |
| |
21 |
| - | |
| 20 | + | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
27 |
| - | |
28 |
| - | |
| 26 | + | |
29 | 27 |
| |
30 | 28 |
| |
31 |
| - | |
| 29 | + | |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
35 | 33 |
| |
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
39 |
| - | |
| 37 | + |
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 |
| - | |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
| 22 | + | |
25 | 23 |
| |
26 | 24 |
| |
27 | 25 |
| |
28 | 26 |
| |
29 | 27 |
| |
30 |
| - | |
31 | 28 |
| |
32 | 29 |
| |
33 | 30 |
| |
|
Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
23 |
| - | |
| 22 | + | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
| |||
33 | 32 |
| |
34 | 33 |
| |
35 | 34 |
| |
36 |
| - | |
37 |
| - | |
| 35 | + | |
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
| |||
45 | 43 |
| |
46 | 44 |
| |
47 | 45 |
| |
48 |
| - | |
| 46 | + |
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 | 13 |
| |
15 | 14 |
| |
16 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 |
| |
18 | 23 |
| |
19 | 24 |
| |
|
Lines 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 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 5 additions & 171 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
| 15 | + | |
20 | 16 |
| |
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 |
| - | |
92 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
93 | 21 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 | 22 |
| |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Lines changed: 7 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 18 | + | |
21 | 19 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + |
0 commit comments