[clang-tools-extra] [clang-tidy] Fix false positive in misc-redundant-expression with type aliases (PR #198085)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 3 05:21:29 PDT 2026
================
@@ -0,0 +1,24 @@
+// RUN: %check_clang_tidy %s misc-redundant-expression %t -- -- -std=c++17
+
+namespace std {
----------------
zeyi2 wrote:
Nit: Could we move this test into existing files?
https://github.com/llvm/llvm-project/pull/198085
More information about the cfe-commits
mailing list