Commit d09605b
File tree
Expand file treeCollapse file tree
57 files changed
+169
-55
lines changedFilter options
- .vscode
- 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-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
- cert/src
- codeql-suites
- rules
- DCL50-CPP
- ERR52-CPP
- MSC50-CPP
- OOP57-CPP
- rule_packages/cpp
- schemas
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
57 files changed
+169
-55
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 |
|
|
change_notes/2022-08-17-add-single-translation-unit-suites.md
Copy file name to clipboard+3Lines changed: 3 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-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 |
|
|
cpp/autosar/src/rules/M18-0-4/TimeHandlingFunctionsOfLibraryCtimeUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M18-0-4/TimeHandlingFunctionsOfLibraryCtimeUsed.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/M18-0-5/UnboundedFunctionsOfLibraryCstringUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M18-0-5/UnboundedFunctionsOfLibraryCstringUsed.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/M18-2-1/MacroOffsetofUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M18-2-1/MacroOffsetofUsed.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-7-1/CsignalFunctionsUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M18-7-1/CsignalFunctionsUsed.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/M18-7-1/CsignalTypesUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M18-7-1/CsignalTypesUsed.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/M19-3-1/ErrnoUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M19-3-1/ErrnoUsed.ql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
|
cpp/autosar/src/rules/M27-0-1/CstdioFunctionsUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M27-0-1/CstdioFunctionsUsed.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/M27-0-1/CstdioMacrosUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M27-0-1/CstdioMacrosUsed.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/M27-0-1/CstdioTypesUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M27-0-1/CstdioTypesUsed.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/M5-18-1/CommaOperatorUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M5-18-1/CommaOperatorUsed.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/M7-3-4/UsingDirectivesUsed.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M7-3-4/UsingDirectivesUsed.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/M7-3-6/UsingDeclarationsUsedInHeaderFiles.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M7-3-6/UsingDeclarationsUsedInHeaderFiles.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/M7-4-1/UsageOfAssemblerNotDocumented.ql
Copy file name to clipboardExpand all lines: cpp/autosar/src/rules/M7-4-1/UsageOfAssemblerNotDocumented.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/cert/src/codeql-suites/cert-single-translation-unit.qls
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
cpp/cert/src/rules/DCL50-CPP/DoNotDefineACStyleVariadicFunction.ql
Copy file name to clipboardExpand all lines: cpp/cert/src/rules/DCL50-CPP/DoNotDefineACStyleVariadicFunction.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