================ @@ -466,6 +466,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-length + <clang-tidy/checks/readability/identifier-length>` check by adding a new + option to silence warnings for short-lived variables, based on distance ---------------- dutkalex wrote:
Done https://github.com/llvm/llvm-project/pull/185319 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
