================
@@ -0,0 +1,50 @@
+// RUN: %check_clang_tidy %s bugprone-loop-variable-copied-then-modified %t --
-config="{CheckOptions:
{bugprone-loop-variable-copied-then-modified.IgnoreInexpensiveVariables:
true}}" -- -I%S -std=c++!4
----------------
vbvictor wrote:Why do you need `-std=c++!4`? https://github.com/llvm/llvm-project/pull/157213 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
