================ @@ -0,0 +1,40 @@ +// RUN: %check_clang_tidy \ +// RUN: -std=c++20-or-later %s modernize-use-string-view %t -- \ ---------------- vbvictor wrote:
```suggestion // RUN: -std=c++17-or-later %s modernize-use-string-view %t -- \ ``` https://github.com/llvm/llvm-project/pull/172170 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
