================ @@ -0,0 +1,12 @@ +// RUN: clang-tidy %s -checks=-*,misc-redundant-expression -- -std=c++20 | count 0 ---------------- zeyi2 wrote: Could we use %check-clang-tidy? https://github.com/llvm/llvm-project/pull/192167