llvm-project
0c55ad11 - [clang-tidy] fix false positive that floating point variable only used in increment expr in cert-flp30-c (#108706)

Commit
1 year ago
[clang-tidy] fix false positive that floating point variable only used in increment expr in cert-flp30-c (#108706) Fixes: #108049 cert-flp30-c only provides non-compliant example with normal loop. Essentially it wants to avoid that floating point variables are used as loop counters which are checked in condition expr and modified in increment expr. This patch wants to give more precise matcheres to identify this cases.
Author
Parents
Loading