[clang-tools-extra] [clang-tidy] Fix readability-identifier-naming FP with DefaultCase on function templates (PR #189788)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 2 19:47:23 PDT 2026


zeyi2 wrote:

> Do variable templates or class templates have the same problem?

After some experimenting, yes they do. Thanks!

Fixing `TypeAliasTemplateDecl` is a bit tricky, so I probably need more time to work on this.

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


More information about the cfe-commits mailing list