[clang-tools-extra] Fixes #145415 (PR #192167)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 14 21:54:07 PDT 2026


================
@@ -0,0 +1,12 @@
+// RUN: clang-tidy %s -checks=-*,misc-redundant-expression -- -std=c++20 | count 0
----------------
zeyi2 wrote:

Also `redundant-expression.cpp` has failing tests, please fix them as well

https://github.com/llvm/llvm-project/pull/192167


More information about the cfe-commits mailing list