[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
Fri Feb 9 04:21:58 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:

In short, move this release notes entry to line 119, so release notes entry's could be put in an order.

https://github.com/llvm/llvm-project/pull/81183


More information about the cfe-commits mailing list