================ @@ -0,0 +1,79 @@ +// RUN: %check_clang_tidy -std=c++17-or-later %s bugprone-loop-variable-copied-then-modified %t ---------------- vbvictor wrote:
```suggestion // RUN: %check_clang_tidy %s bugprone-loop-variable-copied-then-modified %t ``` `c++11` is the default - I don't see why it needs `c++17` https://github.com/llvm/llvm-project/pull/157213 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
