[clang] [clang-tools-extra] [clang-tidy] Add new check: `readability-redundant-typename` (PR #161574)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 3 03:38:43 PDT 2025
================
@@ -0,0 +1,19 @@
+// RUN: %check_clang_tidy -std=c++98 %s readability-redundant-typename %t \
----------------
vbvictor wrote:
We could have c++03 here too?
https://github.com/llvm/llvm-project/pull/161574
More information about the cfe-commits
mailing list