-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c6f341
commit dc3440b
Showing
133 changed files
with
135 additions
and
266 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
.../rules/closefilehandlewhennolongerneededshared/CloseFileHandleWhenNoLongerNeededShared.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.closefilehandlewhennolongerneededshared.CloseFileHandleWhenNoLongerNeededShared | ||
|
||
class TestFileQuery extends CloseFileHandleWhenNoLongerNeededSharedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends CloseFileHandleWhenNoLongerNeededSharedSharedQuery, TestQuery { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.commaoperatorused.CommaOperatorUsed | ||
|
||
class TestFileQuery extends CommaOperatorUsedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends CommaOperatorUsedSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...stantunsignedintegerexpressionswraparound/ConstantUnsignedIntegerExpressionsWrapAround.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.constantunsignedintegerexpressionswraparound.ConstantUnsignedIntegerExpressionsWrapAround | ||
|
||
class TestFileQuery extends ConstantUnsignedIntegerExpressionsWrapAroundSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends ConstantUnsignedIntegerExpressionsWrapAroundSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/constlikereturnvalue/ConstLikeReturnValue.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.constlikereturnvalue.ConstLikeReturnValue | ||
|
||
class TestFileQuery extends ConstLikeReturnValueSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends ConstLikeReturnValueSharedQuery, TestQuery { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.deadcode.DeadCode | ||
|
||
class TestFileQuery extends DeadCodeSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends DeadCodeSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/declaredareservedidentifier/DeclaredAReservedIdentifier.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.declaredareservedidentifier.DeclaredAReservedIdentifier | ||
|
||
class TestFileQuery extends DeclaredAReservedIdentifierSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends DeclaredAReservedIdentifierSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/dereferenceofnullpointer/DereferenceOfNullPointer.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.dereferenceofnullpointer.DereferenceOfNullPointer | ||
|
||
class TestFileQuery extends DereferenceOfNullPointerSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends DereferenceOfNullPointerSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/donotaccessaclosedfile/DoNotAccessAClosedFile.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.donotaccessaclosedfile.DoNotAccessAClosedFile | ||
|
||
class TestFileQuery extends DoNotAccessAClosedFileSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends DoNotAccessAClosedFileSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...es/donotallowamutextogooutofscopewhilelocked/DoNotAllowAMutexToGoOutOfScopeWhileLocked.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.donotallowamutextogooutofscopewhilelocked.DoNotAllowAMutexToGoOutOfScopeWhileLocked | ||
|
||
class TestFileQuery extends DoNotAllowAMutexToGoOutOfScopeWhileLockedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends DoNotAllowAMutexToGoOutOfScopeWhileLockedSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/donotdestroyamutexwhileitislocked/DoNotDestroyAMutexWhileItIsLocked.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.donotdestroyamutexwhileitislocked.DoNotDestroyAMutexWhileItIsLocked | ||
|
||
class TestFileQuery extends DoNotDestroyAMutexWhileItIsLockedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends DoNotDestroyAMutexWhileItIsLockedSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...btractpointersaddressingdifferentarrays/DoNotSubtractPointersAddressingDifferentArrays.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.donotsubtractpointersaddressingdifferentarrays.DoNotSubtractPointersAddressingDifferentArrays | ||
|
||
class TestFileQuery extends DoNotSubtractPointersAddressingDifferentArraysSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends DoNotSubtractPointersAddressingDifferentArraysSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...usemorethantwolevelsofpointerindirection/DoNotUseMoreThanTwoLevelsOfPointerIndirection.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.donotusemorethantwolevelsofpointerindirection.DoNotUseMoreThanTwoLevelsOfPointerIndirection | ||
|
||
class TestFileQuery extends DoNotUseMoreThanTwoLevelsOfPointerIndirectionSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends DoNotUseMoreThanTwoLevelsOfPointerIndirectionSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...otuserandforgeneratingpseudorandomnumbers/DoNotUseRandForGeneratingPseudorandomNumbers.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.donotuserandforgeneratingpseudorandomnumbers.DoNotUseRandForGeneratingPseudorandomNumbers | ||
|
||
class TestFileQuery extends DoNotUseRandForGeneratingPseudorandomNumbersSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends DoNotUseRandForGeneratingPseudorandomNumbersSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...erelationaloperatorswithdifferingarrays/DoNotUseRelationalOperatorsWithDifferingArrays.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.donotuserelationaloperatorswithdifferingarrays.DoNotUseRelationalOperatorsWithDifferingArrays | ||
|
||
class TestFileQuery extends DoNotUseRelationalOperatorsWithDifferingArraysSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends DoNotUseRelationalOperatorsWithDifferingArraysSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/freememorywhennolongerneededshared/FreeMemoryWhenNoLongerNeededShared.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.freememorywhennolongerneededshared.FreeMemoryWhenNoLongerNeededShared | ||
|
||
class TestFileQuery extends FreeMemoryWhenNoLongerNeededSharedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends FreeMemoryWhenNoLongerNeededSharedSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/gotostatementcondition/GotoStatementCondition.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.gotostatementcondition.GotoStatementCondition | ||
|
||
class TestFileQuery extends GotoStatementConditionSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends GotoStatementConditionSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/guardaccesstobitfields/GuardAccessToBitFields.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.guardaccesstobitfields.GuardAccessToBitFields | ||
|
||
class TestFileQuery extends GuardAccessToBitFieldsSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends GuardAccessToBitFieldsSharedQuery, TestQuery { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.hashoperatorsused.HashOperatorsUsed | ||
|
||
class TestFileQuery extends HashOperatorsUsedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends HashOperatorsUsedSharedQuery, TestQuery { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.identifierhidden.IdentifierHidden | ||
|
||
class TestFileQuery extends IdentifierHiddenSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends IdentifierHiddenSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/ifelseterminationconstruct/IfElseTerminationConstruct.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.ifelseterminationconstruct.IfElseTerminationConstruct | ||
|
||
class TestFileQuery extends IfElseTerminationConstructSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends IfElseTerminationConstructSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/includeguardsnotused/IncludeGuardsNotUsed.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.includeguardsnotused.IncludeGuardsNotUsed | ||
|
||
class TestFileQuery extends IncludeGuardsNotUsedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends IncludeGuardsNotUsedSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/informationleakageacrossboundaries/InformationLeakageAcrossBoundaries.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.informationleakageacrossboundaries.InformationLeakageAcrossBoundaries | ||
|
||
class TestFileQuery extends InformationLeakageAcrossBoundariesSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends InformationLeakageAcrossBoundariesSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/invalidatedenvstringpointers/InvalidatedEnvStringPointers.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.invalidatedenvstringpointers.InvalidatedEnvStringPointers | ||
|
||
class TestFileQuery extends InvalidatedEnvStringPointersSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends InvalidatedEnvStringPointersSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/invalidatedenvstringpointerswarn/InvalidatedEnvStringPointersWarn.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.invalidatedenvstringpointerswarn.InvalidatedEnvStringPointersWarn | ||
|
||
class TestFileQuery extends InvalidatedEnvStringPointersWarnSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends InvalidatedEnvStringPointersWarnSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/iofstreammissingpositioning/IOFstreamMissingPositioning.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.iofstreammissingpositioning.IOFstreamMissingPositioning | ||
|
||
class TestFileQuery extends IOFstreamMissingPositioningSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends IOFstreamMissingPositioningSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...st/rules/macroparameternotenclosedinparentheses/MacroParameterNotEnclosedInParentheses.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.macroparameternotenclosedinparentheses.MacroParameterNotEnclosedInParentheses | ||
|
||
class TestFileQuery extends MacroParameterNotEnclosedInParenthesesSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends MacroParameterNotEnclosedInParenthesesSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/memcmpusedtocomparepaddingdata/MemcmpUsedToComparePaddingData.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.memcmpusedtocomparepaddingdata.MemcmpUsedToComparePaddingData | ||
|
||
class TestFileQuery extends MemcmpUsedToComparePaddingDataSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends MemcmpUsedToComparePaddingDataSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/nestedlabelinswitch/NestedLabelInSwitch.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.nestedlabelinswitch.NestedLabelInSwitch | ||
|
||
class TestFileQuery extends NestedLabelInSwitchSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends NestedLabelInSwitchSharedQuery, TestQuery { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.nonconstantformat.NonConstantFormat | ||
|
||
class TestFileQuery extends NonConstantFormatSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends NonConstantFormatSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/nonvoidfunctiondoesnotreturn/NonVoidFunctionDoesNotReturn.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.nonvoidfunctiondoesnotreturn.NonVoidFunctionDoesNotReturn | ||
|
||
class TestFileQuery extends NonVoidFunctionDoesNotReturnSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends NonVoidFunctionDoesNotReturnSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/notdistinctidentifier/NotDistinctIdentifier.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.notdistinctidentifier.NotDistinctIdentifier | ||
|
||
class TestFileQuery extends NotDistinctIdentifierSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends NotDistinctIdentifierSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...ules/onlyfreememoryallocateddynamicallyshared/OnlyFreeMemoryAllocatedDynamicallyShared.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.onlyfreememoryallocateddynamicallyshared.OnlyFreeMemoryAllocatedDynamicallyShared | ||
|
||
class TestFileQuery extends OnlyFreeMemoryAllocatedDynamicallySharedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends OnlyFreeMemoryAllocatedDynamicallySharedSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...es/preprocessingdirectivewithinmacroargument/PreprocessingDirectiveWithinMacroArgument.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.preprocessingdirectivewithinmacroargument.PreprocessingDirectiveWithinMacroArgument | ||
|
||
class TestFileQuery extends PreprocessingDirectiveWithinMacroArgumentSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends PreprocessingDirectiveWithinMacroArgumentSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...ules/preprocessorincludesforbiddenheadernames/PreprocessorIncludesForbiddenHeaderNames.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.preprocessorincludesforbiddenheadernames.PreprocessorIncludesForbiddenHeaderNames | ||
|
||
class TestFileQuery extends PreprocessorIncludesForbiddenHeaderNamesSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends PreprocessorIncludesForbiddenHeaderNamesSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/preprocessorincludespreceded/PreprocessorIncludesPreceded.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.preprocessorincludespreceded.PreprocessorIncludesPreceded | ||
|
||
class TestFileQuery extends PreprocessorIncludesPrecededSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends PreprocessorIncludesPrecededSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...es/preservesafetywhenusingconditionvariables/PreserveSafetyWhenUsingConditionVariables.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.preservesafetywhenusingconditionvariables.PreserveSafetyWhenUsingConditionVariables | ||
|
||
class TestFileQuery extends PreserveSafetyWhenUsingConditionVariablesSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends PreserveSafetyWhenUsingConditionVariablesSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...es/preventdeadlockbylockinginpredefinedorder/PreventDeadlockByLockingInPredefinedOrder.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.preventdeadlockbylockinginpredefinedorder.PreventDeadlockByLockingInPredefinedOrder | ||
|
||
class TestFileQuery extends PreventDeadlockByLockingInPredefinedOrderSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends PreventDeadlockByLockingInPredefinedOrderSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/readofuninitializedmemory/ReadOfUninitializedMemory.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.readofuninitializedmemory.ReadOfUninitializedMemory | ||
|
||
class TestFileQuery extends ReadOfUninitializedMemorySharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends ReadOfUninitializedMemorySharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...n/test/rules/sectionsofcodeshallnotbecommentedout/SectionsOfCodeShallNotBeCommentedOut.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.sectionsofcodeshallnotbecommentedout.SectionsOfCodeShallNotBeCommentedOut | ||
|
||
class TestFileQuery extends SectionsOfCodeShallNotBeCommentedOutSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends SectionsOfCodeShallNotBeCommentedOutSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/switchcasepositioncondition/SwitchCasePositionCondition.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.switchcasepositioncondition.SwitchCasePositionCondition | ||
|
||
class TestFileQuery extends SwitchCasePositionConditionSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends SwitchCasePositionConditionSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/switchnotwellformed/SwitchNotWellFormed.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.switchnotwellformed.SwitchNotWellFormed | ||
|
||
class TestFileQuery extends SwitchNotWellFormedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends SwitchNotWellFormedSharedQuery, TestQuery { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.typeomitted.TypeOmitted | ||
|
||
class TestFileQuery extends TypeOmittedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends TypeOmittedSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/uncheckedrangedomainpoleerrors/UncheckedRangeDomainPoleErrors.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.uncheckedrangedomainpoleerrors.UncheckedRangeDomainPoleErrors | ||
|
||
class TestFileQuery extends UncheckedRangeDomainPoleErrorsSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends UncheckedRangeDomainPoleErrorsSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/undefinedmacroidentifiers/UndefinedMacroIdentifiers.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.undefinedmacroidentifiers.UndefinedMacroIdentifiers | ||
|
||
class TestFileQuery extends UndefinedMacroIdentifiersSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends UndefinedMacroIdentifiersSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...essaryexposedidentifierdeclarationshared/UnnecessaryExposedIdentifierDeclarationShared.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.unnecessaryexposedidentifierdeclarationshared.UnnecessaryExposedIdentifierDeclarationShared | ||
|
||
class TestFileQuery extends UnnecessaryExposedIdentifierDeclarationSharedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends UnnecessaryExposedIdentifierDeclarationSharedSharedQuery, TestQuery { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.unreachablecode.UnreachableCode | ||
|
||
class TestFileQuery extends UnreachableCodeSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends UnreachableCodeSharedQuery, TestQuery { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.unusedparameter.UnusedParameter | ||
|
||
class TestFileQuery extends UnusedParameterSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends UnusedParameterSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/unusedtypedeclarations/UnusedTypeDeclarations.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.unusedtypedeclarations.UnusedTypeDeclarations | ||
|
||
class TestFileQuery extends UnusedTypeDeclarationsSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends UnusedTypeDeclarationsSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/usageofassemblernotdocumented/UsageOfAssemblerNotDocumented.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.usageofassemblernotdocumented.UsageOfAssemblerNotDocumented | ||
|
||
class TestFileQuery extends UsageOfAssemblerNotDocumentedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends UsageOfAssemblerNotDocumentedSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...ules/useonlyarrayindexingforpointerarithmetic/UseOnlyArrayIndexingForPointerArithmetic.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.useonlyarrayindexingforpointerarithmetic.UseOnlyArrayIndexingForPointerArithmetic | ||
|
||
class TestFileQuery extends UseOnlyArrayIndexingForPointerArithmeticSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends UseOnlyArrayIndexingForPointerArithmeticSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
c/common/test/rules/wrapspuriousfunctioninloop/WrapSpuriousFunctionInLoop.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.wrapspuriousfunctioninloop.WrapSpuriousFunctionInLoop | ||
|
||
class TestFileQuery extends WrapSpuriousFunctionInLoopSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends WrapSpuriousFunctionInLoopSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
...es/accessofundefinedmemberthroughnullpointer/AccessOfUndefinedMemberThroughNullPointer.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.accessofundefinedmemberthroughnullpointer.AccessOfUndefinedMemberThroughNullPointer | ||
|
||
class TestFileQuery extends AccessOfUndefinedMemberThroughNullPointerSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends AccessOfUndefinedMemberThroughNullPointerSharedQuery, TestQuery { } |
5 changes: 3 additions & 2 deletions
5
...ughuninitializedstaticpointer/AccessOfUndefinedMemberThroughUninitializedStaticPointer.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.accessofundefinedmemberthroughuninitializedstaticpointer.AccessOfUndefinedMemberThroughUninitializedStaticPointer | ||
|
||
class TestFileQuery extends AccessOfUndefinedMemberThroughUninitializedStaticPointerSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends AccessOfUndefinedMemberThroughUninitializedStaticPointerSharedQuery, | ||
TestQuery | ||
{ } |
3 changes: 1 addition & 2 deletions
3
cpp/common/test/rules/basicstringmaynotbenullterminated/BasicStringMayNotBeNullTerminated.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.basicstringmaynotbenullterminated.BasicStringMayNotBeNullTerminated | ||
|
||
class TestFileQuery extends BasicStringMayNotBeNullTerminatedSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends BasicStringMayNotBeNullTerminatedSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
cpp/common/test/rules/catchblockshadowing/CatchBlockShadowing.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.catchblockshadowing.CatchBlockShadowing | ||
|
||
class TestFileQuery extends CatchBlockShadowingSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends CatchBlockShadowingSharedQuery, TestQuery { } |
3 changes: 1 addition & 2 deletions
3
cpp/common/test/rules/catchexceptionsbylvaluereference/CatchExceptionsByLvalueReference.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// GENERATED FILE - DO NOT MODIFY | ||
import codingstandards.cpp.rules.catchexceptionsbylvaluereference.CatchExceptionsByLvalueReference | ||
|
||
class TestFileQuery extends CatchExceptionsByLvalueReferenceSharedQuery, TestQuery { | ||
} | ||
class TestFileQuery extends CatchExceptionsByLvalueReferenceSharedQuery, TestQuery { } |
Oops, something went wrong.