https://github.com/vbvictor updated https://github.com/llvm/llvm-project/pull/130626
>From 9fa8915b822314b52ea4b21d5f701b8a4718b015 Mon Sep 17 00:00:00 2001 From: Victor Baranov <bar.victor.2...@gmail.com> Date: Mon, 10 Mar 2025 18:54:53 +0300 Subject: [PATCH] [clang-tidy] NFS-clean release notes --- clang-tools-extra/docs/ReleaseNotes.rst | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index fa68b6fabd549..5b938853b14f9 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -97,8 +97,8 @@ New checks - New :doc:`bugprone-unintended-char-ostream-output <clang-tidy/checks/bugprone/unintended-char-ostream-output>` check. - Finds unintended character output from ``unsigned char`` and ``signed char`` to an - ``ostream``. + Finds unintended character output from ``unsigned char`` and ``signed char`` + to an ``ostream``. - New :doc:`readability-ambiguous-smartptr-reset-call <clang-tidy/checks/readability/ambiguous-smartptr-reset-call>` check. @@ -137,28 +137,28 @@ Changes in existing checks - Improved :doc:`misc-redundant-expression <clang-tidy/checks/misc/redundant-expression>` check by providing additional examples and fixing some macro related false positives. + +- Improved :doc:`misc-unused-using-decls + <clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives + on ``operator""`` with template parameters. + +- Improved :doc:`misc-use-internal-linkage + <clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives + for function or variable in header file which contains macro expansion. - Improved :doc:`modernize-use-ranges <clang-tidy/checks/modernize/use-ranges>` check by updating suppress warnings logic for ``nullptr`` in ``std::find``. -- Improved :doc:`misc-use-internal-linkage - <clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives - for function or variable in header file which contains macro expansion. +- Improved :doc:`performance-move-const-arg + <clang-tidy/checks/performance/move-const-arg>` check by fixing false + negatives on ternary operators calling ``std::move``. -- Improved :doc:`performance/unnecessary-value-param +- Improved :doc:`performance-unnecessary-value-param <clang-tidy/checks/performance/unnecessary-value-param>` check performance by tolerating fix-it breaking compilation when functions is used as pointers to avoid matching usage of functions within the current compilation unit. -- Improved :doc:`performance-move-const-arg - <clang-tidy/checks/performance/move-const-arg>` check by fixing false negatives - on ternary operators calling ``std::move``. - -- Improved :doc:`misc-unused-using-decls - <clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives - on ``operator""`` with template parameters. - Removed checks ^^^^^^^^^^^^^^ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits