================ @@ -0,0 +1,92 @@ +// RUN: %check_clang_tidy -std=c++20 %s performance-string-view-conversions %t -- \ ---------------- localspook wrote:
Since the check works in C++17 and up, we should test it in all those versions ```suggestion // RUN: %check_clang_tidy -std=c++17-or-later %s performance-string-view-conversions %t -- \ ``` https://github.com/llvm/llvm-project/pull/174288 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
