[clang-tools-extra] [clang-tidy] Add `readability-redundant-tag` check (PR #210007)
Oliver Stöneberg via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 16 04:29:38 PDT 2026
firewave wrote:
We should also have a test for usage in templates:
```cpp
struct Struct{};
template<typename T> void tf();
void f()
{
tf<struct Struct>();
}
```
https://github.com/llvm/llvm-project/pull/210007
More information about the cfe-commits
mailing list