brintos

brintos / llvm-project-archived public Read only

0
0
Text · 447 B · 8bd23f6 Raw
13 lines · plain
1.. title:: clang-tidy - cert-flp30-c2 3cert-flp30-c4============5 6The `cert-flp30-c` check is an alias, please see7:doc:`bugprone-float-loop-counter <../bugprone/float-loop-counter>`8for more information9 10This check corresponds to the CERT C Coding Standard rule11`FLP30-C. Do not use floating-point variables as loop counters12<https://www.securecoding.cert.org/confluence/display/c/FLP30-C.+Do+not+use+floating-point+variables+as+loop+counters>`_.13