tidy - bugprone-float-loop-counter — Extra Clang Tools 22.0.0git documentation (original) (raw)
bugprone-float-loop-counter¶
Flags for loops where the induction expression has a floating-point type.
References¶
This check corresponds to the CERT C Coding Standard ruleFLP30-C. Do not use floating-point variables as loop counters.