Addresses bugprone-infinite-loop false positive with CATCH2 by disabling the check on loops where the condition is known to always eval as false, in other words not a loop.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D74374
[clang-tidy] Added check to disable bugprone-infinite-loop on known false condition Authored by njames93 on Feb 10 2020, 6:40 PM.
Details Addresses bugprone-infinite-loop false positive with CATCH2 by disabling the check on loops where the condition is known to always eval as false, in other words not a loop.
Diff Detail
|