[clang-tools-extra] [clang-tidy] Add `readability-redundant-tag` check (PR #210007)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 16 09:33:20 PDT 2026


================
@@ -53,6 +53,7 @@ add_clang_library(clangTidyReadabilityModule STATIC
   RedundantSmartptrGetCheck.cpp
   RedundantStringCStrCheck.cpp
   RedundantStringInitCheck.cpp
+        RedundantTagCheck.cpp
----------------
EugeneZelenko wrote:

```suggestion
RedundantStringInitCheck.cpp
RedundantTagCheck.cpp
```

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


More information about the cfe-commits mailing list