Commit 7f0a93b
File tree
85 files changed
+352
-91
lines changedFilter options
- .vscode
- c
- cert/src/rules
- ENV33-C
- EXP37-C
- FIO39-C
- FIO42-C
- FIO46-C
- misra/src/rules
- RULE-13-3
- RULE-22-6
- RULE-22-7
- RULE-4-12
- RULE-4-8
- change_notes
- cpp
- autosar
- src
- codeql-suites
- rules
- A0-4-2
- A11-3-1
- A17-0-1
- A18-0-1
- A18-0-3
- A18-1-1
- A18-1-2
- A18-1-3
- A18-5-1
- A18-9-1
- A2-11-1
- A2-13-3
- A26-5-1
- A5-16-1
- A5-2-1
- A5-2-2
- A5-2-4
- A6-6-1
- A7-1-1
- A7-1-4
- A7-1-6
- A7-4-1
- A8-4-1
- A9-5-1
- M17-0-5
- M18-0-3
- M18-0-4
- M18-0-5
- M18-2-1
- M18-7-1
- M19-3-1
- M27-0-1
- M5-18-1
- M7-3-4
- M7-3-6
- M7-4-1
- test/rules
- A13-2-2
- A7-1-1
- cert/src
- codeql-suites
- rules
- DCL50-CPP
- ERR52-CPP
- MSC50-CPP
- OOP57-CPP
- common
- src/codingstandards/cpp
- test/includes/standard-library
- rule_packages
- c
- cpp
- schemas
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+352
-91
lines changed+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
188 |
| - |
189 | 188 |
|
| 189 | + |
190 | 190 |
|
191 | 191 |
|
192 | 192 |
|
193 |
| - |
194 |
| - |
195 | 193 |
|
196 | 194 |
|
197 | 195 |
|
|
c/cert/src/rules/ENV33-C/DoNotCallSystem.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ENV33-C/DoNotCallSystem.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
c/cert/src/rules/EXP37-C/CallPOSIXOpenWithCorrectArgumentCount.md
Copy file name to clipboardExpand all lines: c/cert/src/rules/EXP37-C/CallPOSIXOpenWithCorrectArgumentCount.md+1-1Lines changed: 1 addition & 1 deletion
c/cert/src/rules/EXP37-C/CallPOSIXOpenWithCorrectArgumentCount.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/EXP37-C/CallPOSIXOpenWithCorrectArgumentCount.ql+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 |
|
6 | 6 |
|
|
c/cert/src/rules/EXP37-C/DoNotCallFunctionsWithIncompatibleArguments.md
Copy file name to clipboardExpand all lines: c/cert/src/rules/EXP37-C/DoNotCallFunctionsWithIncompatibleArguments.md+1-1Lines changed: 1 addition & 1 deletion
c/cert/src/rules/EXP37-C/DoNotCallFunctionsWithIncompatibleArguments.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/EXP37-C/DoNotCallFunctionsWithIncompatibleArguments.ql+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 |
|
6 | 6 |
|
|
c/cert/src/rules/FIO39-C/DoNotAlternatelyIOFromAStreamWithoutPositioning.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/FIO39-C/DoNotAlternatelyIOFromAStreamWithoutPositioning.ql+2-1Lines changed: 2 additions & 1 deletion
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 |
|
|
c/cert/src/rules/FIO42-C/CloseFilesWhenTheyAreNoLongerNeeded.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/FIO42-C/CloseFilesWhenTheyAreNoLongerNeeded.ql+2-1Lines changed: 2 additions & 1 deletion
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 |
|
|
c/cert/src/rules/FIO46-C/UndefinedBehaviorAccessingAClosedFile.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/FIO46-C/UndefinedBehaviorAccessingAClosedFile.ql+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 |
|
6 | 6 |
|
7 | 7 |
|
|
c/misra/src/rules/RULE-13-3/SideEffectAndCrementInFullExpression.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-13-3/SideEffectAndCrementInFullExpression.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
c/misra/src/rules/RULE-22-6/FileUsedAfterClosed.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-22-6/FileUsedAfterClosed.ql+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 |
|
6 | 6 |
|
7 | 7 |
|
|
c/misra/src/rules/RULE-22-7/EofShallBeComparedWithUnmodifiedReturnValues.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-22-7/EofShallBeComparedWithUnmodifiedReturnValues.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
c/misra/src/rules/RULE-4-12/StdLibDynamicMemoryAllocationUsed.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-4-12/StdLibDynamicMemoryAllocationUsed.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
c/misra/src/rules/RULE-4-8/ObjectWithNoPointerDereferenceShouldBeOpaque.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-4-8/ObjectWithNoPointerDereferenceShouldBeOpaque.ql-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
|
change_notes/2022-08-17-add-single-translation-unit-suites.md
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
change_notes/2022-08-17-fix-reported-fp-for-a13-2-2.md
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
change_notes/2022-08-17-fix-reported-fp-for-a7-1-1.md
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
cpp/autosar/src/codeql-suites/autosar-advisory.qls
Copy file name to clipboardExpand all lines: cpp/autosar/src/codeql-suites/autosar-advisory.qls+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 |
|
|
cpp/autosar/src/codeql-suites/autosar-audit.qls
Copy file name to clipboardExpand all lines: cpp/autosar/src/codeql-suites/autosar-audit.qls+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 |
|
|
cpp/autosar/src/codeql-suites/autosar-default.qls
Copy file name to clipboardExpand all lines: cpp/autosar/src/codeql-suites/autosar-default.qls+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 |
|
|
cpp/autosar/src/codeql-suites/autosar-required.qls
Copy file name to clipboardExpand all lines: cpp/autosar/src/codeql-suites/autosar-required.qls+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 |
|
|
cpp/autosar/src/codeql-suites/autosar-single-translation-unit.qls
Copy file name to clipboard+12Lines changed: 12 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 | + |
cpp/autosar/src/rules/A0-4-2/TypeLongDoubleUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A0-4-2/TypeLongDoubleUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
cpp/autosar/src/rules/A11-3-1/FriendDeclarationsUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A11-3-1/FriendDeclarationsUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
cpp/autosar/src/rules/A17-0-1/ReservedIdentifiersMacrosAndFunctionsAreDefinedRedefinedOrUndefined.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A17-0-1/ReservedIdentifiersMacrosAndFunctionsAreDefinedRedefinedOrUndefined.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
|
cpp/autosar/src/rules/A18-0-1/CLibraryFacilitiesNotAccessedThroughCPPLibraryHeaders.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A18-0-1/CLibraryFacilitiesNotAccessedThroughCPPLibraryHeaders.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
cpp/autosar/src/rules/A18-0-3/LocaleFunctionsUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A18-0-3/LocaleFunctionsUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
|
cpp/autosar/src/rules/A18-0-3/LocaleMacrosUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A18-0-3/LocaleMacrosUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
cpp/autosar/src/rules/A18-0-3/LocaleTypeLConvUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A18-0-3/LocaleTypeLConvUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
cpp/autosar/src/rules/A18-1-1/CStyleArraysUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A18-1-1/CStyleArraysUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
cpp/autosar/src/rules/A18-1-2/VectorboolSpecializationUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A18-1-2/VectorboolSpecializationUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
cpp/autosar/src/rules/A18-1-3/AutoPtrTypeUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A18-1-3/AutoPtrTypeUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
cpp/autosar/src/rules/A18-5-1/FunctionsMallocCallocReallocAndFreeUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A18-5-1/FunctionsMallocCallocReallocAndFreeUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
cpp/autosar/src/rules/A18-9-1/BindUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A18-9-1/BindUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
cpp/autosar/src/rules/A2-11-1/VolatileKeywordUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A2-11-1/VolatileKeywordUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
cpp/autosar/src/rules/A2-13-3/TypeWcharTUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A2-13-3/TypeWcharTUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
cpp/autosar/src/rules/A26-5-1/PseudorandomNumbersGeneratedUsingRand.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A26-5-1/PseudorandomNumbersGeneratedUsingRand.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
cpp/autosar/src/rules/A5-16-1/TernaryConditionalOperatorUsedAsSubExpression.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A5-16-1/TernaryConditionalOperatorUsedAsSubExpression.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
cpp/autosar/src/rules/A5-2-1/DynamicCastShouldNotBeUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A5-2-1/DynamicCastShouldNotBeUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
cpp/autosar/src/rules/A5-2-2/TraditionalCStyleCastsUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A5-2-2/TraditionalCStyleCastsUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
cpp/autosar/src/rules/A5-2-4/ReinterpretCastUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A5-2-4/ReinterpretCastUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
cpp/autosar/src/rules/A6-6-1/GotoStatementUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A6-6-1/GotoStatementUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
cpp/autosar/src/rules/A7-1-1/DeclarationUnmodifiedObjectMissingConstSpecifier.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A7-1-1/DeclarationUnmodifiedObjectMissingConstSpecifier.ql+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
| 39 | + |
39 | 40 |
|
cpp/autosar/src/rules/A7-1-4/RegisterKeywordUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A7-1-4/RegisterKeywordUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
cpp/autosar/src/rules/A7-1-6/TypedefSpecifierUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A7-1-6/TypedefSpecifierUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
cpp/autosar/src/rules/A7-4-1/AsmDeclarationUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A7-4-1/AsmDeclarationUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
cpp/autosar/src/rules/A8-4-1/FunctionsDefinedUsingTheEllipsisNotation.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A8-4-1/FunctionsDefinedUsingTheEllipsisNotation.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
cpp/autosar/src/rules/A9-5-1/UnionsUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/A9-5-1/UnionsUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
cpp/autosar/src/rules/M17-0-5/SetjmpMacroAndTheLongjmpFunctionUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M17-0-5/SetjmpMacroAndTheLongjmpFunctionUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
cpp/autosar/src/rules/M18-0-3/LibraryFunctionsAbortExitGetenvAndSystemFromLibraryCstdlibUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M18-0-3/LibraryFunctionsAbortExitGetenvAndSystemFromLibraryCstdlibUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
0 commit comments