[clang-tools-extra] [clang-tidy] Rename `cert-flp30-c` to `bugprone-avoid-float-loop-counter` (PR #166571)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 5 08:49:10 PST 2025


https://github.com/vbvictor commented:

We should omit "avoid" in check name, name `bugprone-float-loop-counter` is concise but itself.

`avoid` is used when check category is generic like "cppcoreguidelines" or "readabilty". "bugprone" category means by default that we should avoid some language construct.

https://github.com/llvm/llvm-project/pull/166571


More information about the cfe-commits mailing list