================ @@ -0,0 +1,24 @@ +// RUN: %check_clang_tidy %s misc-redundant-expression %t -- -- -std=c++17 ---------------- zeyi2 wrote:
I think we can just: ```suggestion // RUN: %check_clang_tidy -std=c++17-or-later %s misc-redundant-expression %t ``` https://github.com/llvm/llvm-project/pull/198085 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
