15 lines
572 B
ReStructuredText
15 lines
572 B
ReStructuredText
|
.. title:: clang-tidy - clang-analyzer-security.FloatLoopCounter
|
||
|
.. meta::
|
||
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-floatloopcounter
|
||
|
|
||
|
clang-analyzer-security.FloatLoopCounter
|
||
|
========================================
|
||
|
|
||
|
Warn on using a floating point value as a loop counter (CERT: FLP30-C,
|
||
|
FLP30-CPP).
|
||
|
|
||
|
The `clang-analyzer-security.FloatLoopCounter` check is an alias, please see
|
||
|
`Clang Static Analyzer Available Checkers
|
||
|
<https://clang.llvm.org/docs/analyzer/checkers.html#security-floatloopcounter>`_
|
||
|
for more information.
|