[clang-tools-extra] FIX : bugprone-too-small-loop-variable - false-negative when const variable is used as loop bound (PR #81183)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 8 23:58:41 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
----------------
PiotrZSL wrote:
put this in alphabetical order by a check name.
https://github.com/llvm/llvm-project/pull/81183
More information about the cfe-commits
mailing list