File tree
1,085 files changed
+14872
-2939
lines changed- .github/workflows
- .vscode
- change_notes
- cpp
- autosar
- src
- rules
- A12-1-1
- A12-4-1
- A12-8-5
- A12-8-6
- A13-2-2
- A13-3-1
- A14-8-2
- A15-1-2
- A15-4-2
- A16-0-1
- A16-2-2
- A18-0-1
- A18-1-2
- A18-5-11
- A18-5-4
- A18-5-8
- A18-9-2
- A2-10-4
- A2-13-1
- A2-3-1
- A2-7-1
- A2-7-3
- A23-0-1
- A3-3-1
- A3-9-1
- A4-10-1
- A4-5-1
- A4-7-1
- A5-1-1
- A5-10-1
- A5-2-4
- A6-6-1
- A7-1-1
- A7-1-2
- A7-1-7
- A7-2-2
- A7-3-1
- A7-4-1
- A7-5-2
- A8-4-7
- A8-4-8
- A8-5-4
- A9-3-1
- M0-1-2
- M0-1-3
- M0-1-4
- M10-1-3
- M12-1-1
- M14-6-1
- M15-1-3
- M16-1-1
- M18-2-1
- M18-7-1
- M2-13-2
- M2-13-3
- M2-7-1
- M27-0-1
- M3-1-2
- M3-2-1
- M3-2-3
- M3-9-1
- M4-5-3
- M5-0-2
- M5-14-1
- M5-2-10
- M5-2-12
- M5-2-6
- M5-3-1
- M5-3-2
- M5-3-3
- M6-3-1
- M7-3-1
- M7-3-2
- M7-3-6
- M7-5-1
- M8-0-1
- M8-3-1
- M9-3-3
- M9-6-4
- test
- rules
- A12-1-1
- A12-4-1
- A12-8-5
- A12-8-6
- A13-2-2
- A13-3-1
- A14-8-2
- A15-1-2
- A15-4-2
- A15-4-4
- A16-0-1
- A16-2-2
- A18-0-1
- lib
- A18-1-2
- A18-5-4
- A18-5-8
- A18-9-2
- A2-10-4
- A2-13-1
- A2-3-1
- A2-7-1
- A2-7-3
- A3-1-5
- A3-3-1
- A3-9-1
- A4-10-1
- A4-5-1
- A4-7-1
- A5-1-1
- A5-10-1
- A5-2-4
- A6-6-1
- A7-1-1
- A7-1-2
- A7-1-7
- A7-2-2
- A7-3-1
- A7-4-1
- A7-5-2
- A8-4-7
- A8-4-8
- A8-5-4
- M0-1-10.1
- M0-1-2
- M0-1-3
- M0-1-4
- M10-1-3
- M12-1-1
- M14-6-1
- M15-1-3
- M16-1-1
- M18-2-1
- M18-7-1
- M2-13-2
- M2-13-3
- M2-7-1
- M27-0-1
- M3-2-1
- M5-0-2
- M5-14-1
- M5-2-10
- M5-2-12
- M5-2-6
- M5-3-1
- M5-3-2
- M5-3-3
- M6-3-1
- M6-5-5
- M7-3-1
- M7-3-2
- M7-3-6
- M7-5-1
- M8-0-1
- M8-3-1
- M8-5-2
- M9-3-3
- M9-6-4
- cert
- src
- rules
- CTR52-CPP
- CTR55-CPP
- FIO51-CPP
- test
- rules
- CTR55-CPP
- ERR55-CPP
- common
- src
- codingstandards/cpp
- deadcode
- enhancements
- exceptions
- exclusions/cpp
- rules
- addressofoperatoroverloaded
- amixedusemacroargumentsubjecttoexpansion
- arraypassedasfunctionargumentdecaytoapointer
- asmdeclarationused
- atofatoiatolandatollused
- backslashcharactermisuse
- bitfieldshallhaveanappropriatetype
- builtinunaryoperatorappliedtounsignedexpression
- castsbetweenapointertofunctionandanyothertype
- charactersequenceusedwithinacstylecomment
- commaoperatorused
- constlikereturnvalue
- containeraccesswithoutrangecheck
- 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
- namenotreferredusingaqualifiedidorthisaudit
- namenotreferredusingaqualifiedidorthis
- noexceptfunctionshouldnotpropagatetothecaller
- nonbooleanifstmt
- nonbooleaniterationstmt
- nonglobalfunctionmain
- nonterminatedescapesequences
- nonuniqueenumerationconstant
- notdistinctidentifier
- nullptrnottheonlyformofthenullpointerconstant
- objectsdynamictypeusedfromconstructorordestructor
- overridingshallspecifydifferentdefaultarguments
- potentiallyvirtualpointeronlycomparestonullptr
- predicatefunctionobjectsshouldnotbemutable
- preprocessingdirectivewithinmacroargument
- reinterpretcastused
- resultofanassignmentoperatorshouldnotbeused
- returnreferenceorpointertoautomaticlocalvariable
- switchcasepositioncondition
- switchcompoundcondition
- switchnotwellformed
- typeomitted
- uncheckedrangedomainpoleerrors
- undefinedmacroidentifiers
- unsignedintegerliteralsnotappropriatelysuffixed
- unsignedoperationwithconstantoperandswraps
- useofnonzerooctalliteral
- validcontainerelementaccess
- vectorshouldnotbespecializedwithbool
- virtualandnonvirtualclassinthehierarchy
- standardlibrary
- ext
- 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
- invalidatedenvstringpointerswarn
- invalidatedenvstringpointers
- linesplicingusedincomments
- loopcompoundcondition
- lowercaselstartsinliteralsuffix
- macrooffsetofused
- macroparameterfollowinghash
- multipleglobalormemberdeclarators
- multiplelocaldeclarators
- namedbitfieldswithsignedintegertype
- namenotreferredusingaqualifiedidorthisaudit
- namenotreferredusingaqualifiedidorthis
- noexceptfunctionshouldnotpropagatetothecaller
- nonbooleanifstmt
- nonbooleaniterationstmt
- nonglobalfunctionmain
- nonterminatedescapesequences
- nonuniqueenumerationconstant
- nullptrnottheonlyformofthenullpointerconstant
- objectsdynamictypeusedfromconstructorordestructor
- overridingshallspecifydifferentdefaultarguments
- potentiallyvirtualpointeronlycomparestonullptr
- reinterpretcastused
- resultofanassignmentoperatorshouldnotbeused
- returnreferenceorpointertoautomaticlocalvariable
- switchcompoundcondition
- uncheckedrangedomainpoleerrors
- unsignedintegerliteralsnotappropriatelysuffixed
- unsignedoperationwithconstantoperandswraps
- unusedtypedeclarations
- 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
- c
- cert
- src
- rules
- INT30-C
- INT34-C
- STR32-C
- test
- rules
- INT30-C
- INT34-C
- MSC30-C
- STR32-C
- common
- src
- codingstandards/c
- test
- includes/standard-library
- rules
- amixedusemacroargumentsubjecttoexpansion
- atofatoiatolandatollused
- bitfieldshallhaveanappropriatetype
- constlikereturnvalue
- functionlikemacrosdefined
- gotoreferencealabelinsurroundingblock
- gotostatementcondition
- gotostatementshouldnotbeused
- invalidatedenvstringpointerswarn
- invalidatedenvstringpointers
- lowercaselstartsinliteralsuffix
- macroparameterfollowinghash
- namedbitfieldswithsignedintegertype
- nonterminatedescapesequences
- nonuniqueenumerationconstant
- resultofanassignmentoperatorshouldnotbeused
- uncheckedrangedomainpoleerrors
- unsignedoperationwithconstantoperandswraps
- useofnonzerooctalliteral
- misra
- src
- rules
- DIR-4-9
- RULE-13-2
- RULE-13-4
- RULE-15-1
- RULE-15-3
- RULE-15-6
- RULE-20-11
- RULE-20-12
- RULE-20-8
- RULE-21-7
- RULE-4-1
- RULE-6-1
- RULE-6-2
- RULE-7-3
- RULE-8-12
- 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
- clang
- gcc
- RULE-6-2
- RULE-7-1
- RULE-7-3
- RULE-8-12
- RULE-8-3
- docs
- design
- rule_packages
- cpp
- c
- schemas
- scripts
- generate_rules
- templates
- release
- reports
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,085 files changed
+14872
-2939
lines changedThis file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
103 |
| - | |
| 102 | + | |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
|
0 commit comments