[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
Wed Apr 8 18:16:16 PDT 2026


================
@@ -429,8 +429,12 @@ Changes in existing checks
   it easier to see which specific enumerators need explicit initialization.
 
 - Improved :doc:`readability-identifier-naming
-  <clang-tidy/checks/readability/identifier-naming>` check by fixing incorrect
-  naming style application to C++17 structured bindings.
+  <clang-tidy/checks/readability/identifier-naming>` check by 
----------------
zeyi2 wrote:

Good catch, thanks!

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


More information about the cfe-commits mailing list