mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Update cpp/ql/src/Likely Bugs/Likely Typos/illDefinedForLoop.ql
This commit is contained in:
committed by
Raul Garcia
parent
8eaba03506
commit
ce99f469a9
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Ill-defined for loop
|
||||
* @description A for-loop iteration expressions goes backward with respect of the initialization statement and condition expression.
|
||||
* @description A for-loop iteration expression goes backward with respect of the initialization statement and condition expression.
|
||||
* @id cpp/ill-defined-for-loop
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
|
||||
Reference in New Issue
Block a user