================ @@ -0,0 +1,43 @@ +// RUN: %check_clang_tidy %s bugprone-branch-clone %t -- ---------------- vbvictor wrote:
```suggestion // RUN: %check_clang_tidy %s bugprone-branch-clone %t ``` We don't need this generally unless it is test with raw `clang-tidy` invokation https://github.com/llvm/llvm-project/pull/201481 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
