TICS Coding Standard Viewer
TIOBE Software Quality Framework
Home
|
Coding Rules
|
Categories
|
Literature
|
Change History
|
Generate PDF
|
Log in
Revision:
18.9
18.8
18.7
18.6
18.5
18.4
18.3
18.2
18.1
18.0
ASML C Coding Standard
Search
Rule: 6.8.5.1.c
Synopsis:
The loop variable of a for loop shall be used in the loop body.
Language:
C
Severity Level:
5
Category:
Statement and Blocks
Description:
Justification
In most cases not using the loop variable will be unintentional.