[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
================
@@ -0,0 +1,87 @@
+//===--- RedundantTagCheck.cpp - clang-tidy -------------------------------===//
----------------
EugeneZelenko wrote:
```suggestion
//===----------------------------------------------------------------------===//
```
https://github.com/llvm/llvm-project/pull/210007
More information about the cfe-commits
mailing list