================
@@ -422,6 +422,11 @@ Changes in existing checks
   now uses separate note diagnostics for each uninitialized enumerator, making
   it easier to see which specific enumerators need explicit initialization.
 
+- Improved :doc:`readability-identifier-naming
+  <clang-tidy/checks/readability/identifier-naming>` check by fixing a false
+  positive where function templates could be diagnosed as generic identifiers
+  when ``DefaultCase`` was enabled.
----------------
zeyi2 wrote:

Sorry, fixed now!

https://github.com/llvm/llvm-project/pull/189788
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to