[clang-tools-extra] FIX : bugprone-too-small-loop-variable - false-negative when const variable is used as loop bound (PR #81183)
Shourya Goel via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 9 06:28:15 PST 2024
================
@@ -156,6 +156,10 @@ Changes in existing checks
`AllowStringArrays` option, enabling the exclusion of array types with deduced
length initialized from string literals.
+- Improved :doc:`bugprone-too-small-loop-variable
----------------
Sh0g0-1758 wrote:
Ah, that's what you meant. Done.
https://github.com/llvm/llvm-project/pull/81183
More information about the cfe-commits
mailing list