[clang-tools-extra] [clang-tidy] Add `readability-redundant-tag` check (PR #210007)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 16 10:52:45 PDT 2026
================
----------------
EugeneZelenko wrote:
```suggestion
CheckFactories.registerCheck<RedundantTagCheck>(
"readability-redundant-tag");
CheckFactories.registerCheck<RedundantTypenameCheck>(
```
Also this entire calls sequence should be sorted.
https://github.com/llvm/llvm-project/pull/210007
More information about the cfe-commits
mailing list