================ @@ -0,0 +1,49 @@ +// RUN: %check_clang_tidy -std=c++23 %s cppcoreguidelines-missing-std-forward %t -- -- -fno-delayed-template-parsing ---------------- vbvictor wrote:
```suggestion // RUN: %check_clang_tidy -std=c++23-or-later %s cppcoreguidelines-missing-std-forward %t -- -- -fno-delayed-template-parsing ``` https://github.com/llvm/llvm-project/pull/182038 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
