[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 03:02:42 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:
I don't think I understand what you mean here. The way I have written is the standard way of writing docs in this file I think. If not please give me the changes that you want to be implemented in this documentation, I will update it.
https://github.com/llvm/llvm-project/pull/81183
More information about the cfe-commits
mailing list