Extra Clang Tools 5 documentation

clang-tidy - cert-flp30-c

«  cert-fio38-c   ::   Contents   ::   cert-msc30-c  »

cert-flp30-c

This check flags for loops where the induction expression has a floating-point type.

This check corresponds to the CERT C Coding Standard rule FLP30-C. Do not use floating-point variables as loop counters.

«  cert-fio38-c   ::   Contents   ::   cert-msc30-c  »