================ @@ -0,0 +1,147 @@ +// RUN: %check_clang_tidy -check-suffix=DONTCHECK \ +// RUN: -std=c++20-or-later %s modernize-use-string-view %t -- \ ---------------- vbvictor wrote:
Previous tests used `-std=c++17-or-later`, can we place c++20 code under ifdef and use c++17 https://github.com/llvm/llvm-project/pull/196387 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
