[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / cert / flp30-c.rst
blobc37b63980be768552ae45223d20df88703dad839
1 .. title:: clang-tidy - cert-flp30-c
3 cert-flp30-c
4 ============
6 This check flags ``for`` loops where the induction expression has a
7 floating-point type.
9 This check corresponds to the CERT C Coding Standard rule
10 `FLP30-C. Do not use floating-point variables as loop counters
11 <https://www.securecoding.cert.org/confluence/display/c/FLP30-C.+Do+not+use+floating-point+variables+as+loop+counters>`_.