[clang-tools-extra] Add bugprone-loop-variable-copied-then-modified clang-tidy check. (PR #157213)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 26 17:40:46 PDT 2025
================
@@ -0,0 +1,48 @@
+.. title:: clang-tidy - bugprone-loop-variable-copied-then-modified
+
+bugprone-loop-variable-copied-then-modified
+===========================================
+
+Detects when a loop variable is copied and then subsequently (possibly) modified
----------------
EugeneZelenko wrote:
Please synchronize with statement in Release Notes.
https://github.com/llvm/llvm-project/pull/157213
More information about the cfe-commits
mailing list